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
sType
must beSTRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR
pNext
must beNULL
flags
must be 0
Member documentation
sType
– the type of this structure. Must be:STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR
pNext
– 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 class
VkWin32SurfaceCreateInfoKHR.Buffer
An array ofVkWin32SurfaceCreateInfoKHR
structs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static int
SIZEOF
The 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 aVkWin32SurfaceCreateInfoKHR
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkWin32SurfaceCreateInfoKHR
calloc()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated withmemCalloc
.static VkWin32SurfaceCreateInfoKHR.Buffer
calloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withmemCalloc
.static VkWin32SurfaceCreateInfoKHR
callocStack()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR.Buffer
callocStack(int capacity, MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR
callocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkWin32SurfaceCreateInfoKHR
create()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated withBufferUtils
.static VkWin32SurfaceCreateInfoKHR.Buffer
create(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withBufferUtils
.static VkWin32SurfaceCreateInfoKHR
create(long address)
Returns a newVkWin32SurfaceCreateInfoKHR
instance for the specified memory address ornull
if the address isNULL
.static VkWin32SurfaceCreateInfoKHR.Buffer
create(long address, int capacity)
Create aVkWin32SurfaceCreateInfoKHR.Buffer
instance at the specified memory.int
flags()
Returns the value of theflags
field.VkWin32SurfaceCreateInfoKHR
flags(int value)
Sets the specified value to theflags
field.long
hinstance()
Returns the value of thehinstance
field.VkWin32SurfaceCreateInfoKHR
hinstance(long value)
Sets the specified value to thehinstance
field.long
hwnd()
Returns the value of thehwnd
field.VkWin32SurfaceCreateInfoKHR
hwnd(long value)
Sets the specified value to thehwnd
field.static VkWin32SurfaceCreateInfoKHR
malloc()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated withmemAlloc
.static VkWin32SurfaceCreateInfoKHR.Buffer
malloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withmemAlloc
.static VkWin32SurfaceCreateInfoKHR
mallocStack()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the thread-localMemoryStack
.static VkWin32SurfaceCreateInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkWin32SurfaceCreateInfoKHR.Buffer
mallocStack(int capacity, MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkWin32SurfaceCreateInfoKHR
mallocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the specifiedMemoryStack
.VkWin32SurfaceCreateInfoKHR
nset(long struct)
Unsafe version ofset
.long
pNext()
Returns the value of thepNext
field.VkWin32SurfaceCreateInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkWin32SurfaceCreateInfoKHR
set(int sType, long pNext, int flags, long hinstance, long hwnd)
Initializes this struct with the specified values.VkWin32SurfaceCreateInfoKHR
set(VkWin32SurfaceCreateInfoKHR src)
Copies the specified struct data to this struct.int
sizeof()
Returns thesizeof(struct)
.int
sType()
Returns the value of thesType
field.VkWin32SurfaceCreateInfoKHR
sType(int value)
Sets the specified value to thesType
field.static void
validate(long struct)
Validates pointer members that should not beNULL
.static void
validate(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 aVkWin32SurfaceCreateInfoKHR
instance at the current position of the specifiedByteBuffer
container. 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:Struct
Returns thesizeof(struct)
.
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
flags
public int flags()
Returns the value of theflags
field.
-
hinstance
public long hinstance()
Returns the value of thehinstance
field.
-
hwnd
public long hwnd()
Returns the value of thehwnd
field.
-
sType
public VkWin32SurfaceCreateInfoKHR sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkWin32SurfaceCreateInfoKHR pNext(long value)
Sets the specified value to thepNext
field.
-
flags
public VkWin32SurfaceCreateInfoKHR flags(int value)
Sets the specified value to theflags
field.
-
hinstance
public VkWin32SurfaceCreateInfoKHR hinstance(long value)
Sets the specified value to thehinstance
field.
-
hwnd
public VkWin32SurfaceCreateInfoKHR hwnd(long value)
Sets the specified value to thehwnd
field.
-
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 newVkWin32SurfaceCreateInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkWin32SurfaceCreateInfoKHR calloc()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkWin32SurfaceCreateInfoKHR create()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkWin32SurfaceCreateInfoKHR create(long address)
Returns a newVkWin32SurfaceCreateInfoKHR
instance for the specified memory address ornull
if the address isNULL
.
-
malloc
public static VkWin32SurfaceCreateInfoKHR.Buffer malloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkWin32SurfaceCreateInfoKHR.Buffer calloc(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkWin32SurfaceCreateInfoKHR.Buffer create(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkWin32SurfaceCreateInfoKHR.Buffer create(long address, int capacity)
Create aVkWin32SurfaceCreateInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR mallocStack()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkWin32SurfaceCreateInfoKHR callocStack()
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR mallocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkWin32SurfaceCreateInfoKHR callocStack(MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR
instance allocated on the specifiedMemoryStack
and 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.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer callocStack(int capacity)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkWin32SurfaceCreateInfoKHR.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkWin32SurfaceCreateInfoKHR.Buffer
instance 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.Buffer
instance allocated on the specifiedMemoryStack
and 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
-
-