Package org.lwjgl.vulkan
Class VkWin32SurfaceCreateInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkWin32SurfaceCreateInfoKHR
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkWin32SurfaceCreateInfoKHR extends Struct
Khronos Reference Page
Vulkan SpecificationContains information about how a surface for a Win32 window should be created.
Valid Usage
sTypemust beSTRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHRpNextmust beNULLflagsmust be 0
Member documentation
sType– the type of this structure. Must be:STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHRpNext– reserved for use by extensionsflags– reserved for future usehinstance– the WIN32 HINSTANCE for the window to associate the surface withhwnd– the WIN32 HWND for the window to associate the surface with
Layout
struct VkWin32SurfaceCreateInfoKHR { VkStructureType sType; const void * pNext; VkWin32SurfaceCreateFlagsKHR flags; HINSTANCE hinstance; HWND hwnd; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkWin32SurfaceCreateInfoKHR.BufferAn array ofVkWin32SurfaceCreateInfoKHRstructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkWin32SurfaceCreateInfoKHR(java.nio.ByteBuffer container)Creates aVkWin32SurfaceCreateInfoKHRinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkWin32SurfaceCreateInfoKHRcalloc()Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withmemCalloc.static VkWin32SurfaceCreateInfoKHR.Buffercalloc(int capacity)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withmemCalloc.static VkWin32SurfaceCreateInfoKHRcallocStack()Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR.BuffercallocStack(int capacity)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHRcallocStack(MemoryStack stack)Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHRcreate()Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withBufferUtils.static VkWin32SurfaceCreateInfoKHR.Buffercreate(int capacity)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withBufferUtils.static VkWin32SurfaceCreateInfoKHRcreate(long address)Returns a newVkWin32SurfaceCreateInfoKHRinstance for the specified memory address ornullif the address isNULL.static VkWin32SurfaceCreateInfoKHR.Buffercreate(long address, int capacity)Create aVkWin32SurfaceCreateInfoKHR.Bufferinstance at the specified memory.intflags()Returns the value of theflagsfield.VkWin32SurfaceCreateInfoKHRflags(int value)Sets the specified value to theflagsfield.longhinstance()Returns the value of thehinstancefield.VkWin32SurfaceCreateInfoKHRhinstance(long value)Sets the specified value to thehinstancefield.longhwnd()Returns the value of thehwndfield.VkWin32SurfaceCreateInfoKHRhwnd(long value)Sets the specified value to thehwndfield.static VkWin32SurfaceCreateInfoKHRmalloc()Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withmemAlloc.static VkWin32SurfaceCreateInfoKHR.Buffermalloc(int capacity)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withmemAlloc.static VkWin32SurfaceCreateInfoKHRmallocStack()Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the thread-localMemoryStack.static VkWin32SurfaceCreateInfoKHR.BuffermallocStack(int capacity)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the thread-localMemoryStack.static VkWin32SurfaceCreateInfoKHR.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.static VkWin32SurfaceCreateInfoKHRmallocStack(MemoryStack stack)Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the specifiedMemoryStack.VkWin32SurfaceCreateInfoKHRnset(long struct)Unsafe version ofset.longpNext()Returns the value of thepNextfield.VkWin32SurfaceCreateInfoKHRpNext(long value)Sets the specified value to thepNextfield.VkWin32SurfaceCreateInfoKHRset(int sType, long pNext, int flags, long hinstance, long hwnd)Initializes this struct with the specified values.VkWin32SurfaceCreateInfoKHRset(VkWin32SurfaceCreateInfoKHR src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intsType()Returns the value of thesTypefield.VkWin32SurfaceCreateInfoKHRsType(int value)Sets the specified value to thesTypefield.static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)CallsVkWin32SurfaceCreateInfoKHR.validate(long)for each struct contained in the specified struct array.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkWin32SurfaceCreateInfoKHR
public VkWin32SurfaceCreateInfoKHR(java.nio.ByteBuffer container)
Creates aVkWin32SurfaceCreateInfoKHRinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
Description copied from class:StructReturns thesizeof(struct).
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
flags
public int flags()
Returns the value of theflagsfield.
-
hinstance
public long hinstance()
Returns the value of thehinstancefield.
-
hwnd
public long hwnd()
Returns the value of thehwndfield.
-
sType
public VkWin32SurfaceCreateInfoKHR sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkWin32SurfaceCreateInfoKHR pNext(long value)
Sets the specified value to thepNextfield.
-
flags
public VkWin32SurfaceCreateInfoKHR flags(int value)
Sets the specified value to theflagsfield.
-
hinstance
public VkWin32SurfaceCreateInfoKHR hinstance(long value)
Sets the specified value to thehinstancefield.
-
hwnd
public VkWin32SurfaceCreateInfoKHR hwnd(long value)
Sets the specified value to thehwndfield.
-
set
public VkWin32SurfaceCreateInfoKHR set(int sType, long pNext, int flags, long hinstance, long hwnd)
Initializes this struct with the specified values.
-
nset
public VkWin32SurfaceCreateInfoKHR nset(long struct)
Unsafe version ofset.
-
set
public VkWin32SurfaceCreateInfoKHR set(VkWin32SurfaceCreateInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkWin32SurfaceCreateInfoKHR malloc()
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkWin32SurfaceCreateInfoKHR calloc()
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkWin32SurfaceCreateInfoKHR create()
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated withBufferUtils.
-
create
public static VkWin32SurfaceCreateInfoKHR create(long address)
Returns a newVkWin32SurfaceCreateInfoKHRinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkWin32SurfaceCreateInfoKHR.Buffer malloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkWin32SurfaceCreateInfoKHR.Buffer calloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkWin32SurfaceCreateInfoKHR.Buffer create(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkWin32SurfaceCreateInfoKHR.Buffer create(long address, int capacity)
Create aVkWin32SurfaceCreateInfoKHR.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR mallocStack()
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkWin32SurfaceCreateInfoKHR callocStack()
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR mallocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkWin32SurfaceCreateInfoKHR callocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer callocStack(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
validate
public static void validate(long struct)
Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-
validate
public static void validate(long array, int count)CallsVkWin32SurfaceCreateInfoKHR.validate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-