Package org.lwjgl.vulkan
Class VkExportSemaphoreCreateInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkExportSemaphoreCreateInfo
-
- org.lwjgl.vulkan.VkExportSemaphoreCreateInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkExportSemaphoreCreateInfoKHR extends VkExportSemaphoreCreateInfo
SeeVkExportSemaphoreCreateInfo
.Layout
struct VkExportSemaphoreCreateInfoKHR { VkStructureType sType; void const * pNext; VkExternalSemaphoreHandleTypeFlags handleTypes; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkExportSemaphoreCreateInfoKHR.Buffer
An array ofVkExportSemaphoreCreateInfoKHR
structs.
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Fields inherited from class org.lwjgl.vulkan.VkExportSemaphoreCreateInfo
ALIGNOF, HANDLETYPES, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkExportSemaphoreCreateInfoKHR(java.nio.ByteBuffer container)
Creates aVkExportSemaphoreCreateInfoKHR
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkExportSemaphoreCreateInfoKHR
calloc()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withmemCalloc
.static VkExportSemaphoreCreateInfoKHR.Buffer
calloc(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withmemCalloc
.static VkExportSemaphoreCreateInfoKHR
callocStack()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkExportSemaphoreCreateInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkExportSemaphoreCreateInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkExportSemaphoreCreateInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkExportSemaphoreCreateInfoKHR
create()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withBufferUtils
.static VkExportSemaphoreCreateInfoKHR.Buffer
create(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withBufferUtils
.static VkExportSemaphoreCreateInfoKHR
create(long address)
Returns a newVkExportSemaphoreCreateInfoKHR
instance for the specified memory address.static VkExportSemaphoreCreateInfoKHR.Buffer
create(long address, int capacity)
Create aVkExportSemaphoreCreateInfoKHR.Buffer
instance at the specified memory.static VkExportSemaphoreCreateInfoKHR
createSafe(long address)
static VkExportSemaphoreCreateInfoKHR.Buffer
createSafe(long address, int capacity)
VkExportSemaphoreCreateInfoKHR
handleTypes(int value)
Sets the specified value to thehandleTypes
field.static VkExportSemaphoreCreateInfoKHR
malloc()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withmemAlloc
.static VkExportSemaphoreCreateInfoKHR.Buffer
malloc(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withmemAlloc
.static VkExportSemaphoreCreateInfoKHR
mallocStack()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the thread-localMemoryStack
.static VkExportSemaphoreCreateInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkExportSemaphoreCreateInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkExportSemaphoreCreateInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the specifiedMemoryStack
.VkExportSemaphoreCreateInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkExportSemaphoreCreateInfoKHR
set(int sType, long pNext, int handleTypes)
Initializes this struct with the specified values.VkExportSemaphoreCreateInfoKHR
set(VkExportSemaphoreCreateInfoKHR src)
Copies the specified struct data to this struct.VkExportSemaphoreCreateInfoKHR
sType(int value)
Sets the specified value to thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkExportSemaphoreCreateInfo
handleTypes, nhandleTypes, nhandleTypes, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkExportSemaphoreCreateInfoKHR
public VkExportSemaphoreCreateInfoKHR(java.nio.ByteBuffer container)
Creates aVkExportSemaphoreCreateInfoKHR
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
-
sType
public VkExportSemaphoreCreateInfoKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkExportSemaphoreCreateInfo
-
pNext
public VkExportSemaphoreCreateInfoKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkExportSemaphoreCreateInfo
-
handleTypes
public VkExportSemaphoreCreateInfoKHR handleTypes(int value)
Sets the specified value to thehandleTypes
field.- Overrides:
handleTypes
in classVkExportSemaphoreCreateInfo
-
set
public VkExportSemaphoreCreateInfoKHR set(int sType, long pNext, int handleTypes)
Initializes this struct with the specified values.- Overrides:
set
in classVkExportSemaphoreCreateInfo
-
set
public VkExportSemaphoreCreateInfoKHR set(VkExportSemaphoreCreateInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkExportSemaphoreCreateInfoKHR malloc()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkExportSemaphoreCreateInfoKHR calloc()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkExportSemaphoreCreateInfoKHR create()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkExportSemaphoreCreateInfoKHR create(long address)
Returns a newVkExportSemaphoreCreateInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkExportSemaphoreCreateInfoKHR createSafe(long address)
-
malloc
public static VkExportSemaphoreCreateInfoKHR.Buffer malloc(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkExportSemaphoreCreateInfoKHR.Buffer calloc(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkExportSemaphoreCreateInfoKHR.Buffer create(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkExportSemaphoreCreateInfoKHR.Buffer create(long address, int capacity)
Create aVkExportSemaphoreCreateInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkExportSemaphoreCreateInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkExportSemaphoreCreateInfoKHR mallocStack()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkExportSemaphoreCreateInfoKHR callocStack()
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkExportSemaphoreCreateInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkExportSemaphoreCreateInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkExportSemaphoreCreateInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkExportSemaphoreCreateInfoKHR.Buffer callocStack(int capacity)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkExportSemaphoreCreateInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkExportSemaphoreCreateInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExportSemaphoreCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-