public class VkExportSemaphoreCreateInfoKHR extends VkExportSemaphoreCreateInfo
VkExportSemaphoreCreateInfo.
struct VkExportSemaphoreCreateInfoKHR {
VkStructureType sType;
void const * pNext;
VkExternalSemaphoreHandleTypeFlags handleTypes;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkExportSemaphoreCreateInfoKHR.Buffer
An array of
VkExportSemaphoreCreateInfoKHR structs. |
ALIGNOF, HANDLETYPES, PNEXT, SIZEOF, STYPE| Constructor and Description |
|---|
VkExportSemaphoreCreateInfoKHR(java.nio.ByteBuffer container)
Creates a
VkExportSemaphoreCreateInfoKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkExportSemaphoreCreateInfoKHR |
calloc()
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated with memCalloc. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
calloc(int capacity)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with memCalloc. |
static VkExportSemaphoreCreateInfoKHR |
callocStack()
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
callocStack(int capacity)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkExportSemaphoreCreateInfoKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkExportSemaphoreCreateInfoKHR |
create()
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated with BufferUtils. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
create(int capacity)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with BufferUtils. |
static VkExportSemaphoreCreateInfoKHR |
create(long address)
Returns a new
VkExportSemaphoreCreateInfoKHR instance for the specified memory address. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
create(long address,
int capacity)
Create a
VkExportSemaphoreCreateInfoKHR.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 the
handleTypes field. |
static VkExportSemaphoreCreateInfoKHR |
malloc()
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated with memAlloc. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
malloc(int capacity)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with memAlloc. |
static VkExportSemaphoreCreateInfoKHR |
mallocStack()
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated on the thread-local MemoryStack. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkExportSemaphoreCreateInfoKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the specified MemoryStack. |
static VkExportSemaphoreCreateInfoKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkExportSemaphoreCreateInfoKHR instance allocated on the specified MemoryStack. |
VkExportSemaphoreCreateInfoKHR |
pNext(long value)
Sets the specified value to the
pNext 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 the
sType field. |
handleTypes, nhandleTypes, nhandleTypes, npNext, npNext, nsType, nsType, pNext, set, sizeof, sTypepublic VkExportSemaphoreCreateInfoKHR(java.nio.ByteBuffer container)
VkExportSemaphoreCreateInfoKHR instance at the current position of the specified ByteBuffer 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.
public VkExportSemaphoreCreateInfoKHR sType(int value)
sType field.sType in class VkExportSemaphoreCreateInfopublic VkExportSemaphoreCreateInfoKHR pNext(long value)
pNext field.pNext in class VkExportSemaphoreCreateInfopublic VkExportSemaphoreCreateInfoKHR handleTypes(int value)
handleTypes field.handleTypes in class VkExportSemaphoreCreateInfopublic VkExportSemaphoreCreateInfoKHR set(int sType, long pNext, int handleTypes)
set in class VkExportSemaphoreCreateInfopublic VkExportSemaphoreCreateInfoKHR set(VkExportSemaphoreCreateInfoKHR src)
src - the source structpublic static VkExportSemaphoreCreateInfoKHR malloc()
VkExportSemaphoreCreateInfoKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkExportSemaphoreCreateInfoKHR calloc()
VkExportSemaphoreCreateInfoKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkExportSemaphoreCreateInfoKHR create()
VkExportSemaphoreCreateInfoKHR instance allocated with BufferUtils.public static VkExportSemaphoreCreateInfoKHR create(long address)
VkExportSemaphoreCreateInfoKHR instance for the specified memory address.@Nullable public static VkExportSemaphoreCreateInfoKHR createSafe(long address)
public static VkExportSemaphoreCreateInfoKHR.Buffer malloc(int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer calloc(int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer create(int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer create(long address, int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkExportSemaphoreCreateInfoKHR.Buffer createSafe(long address, int capacity)
public static VkExportSemaphoreCreateInfoKHR mallocStack()
VkExportSemaphoreCreateInfoKHR instance allocated on the thread-local MemoryStack.public static VkExportSemaphoreCreateInfoKHR callocStack()
VkExportSemaphoreCreateInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkExportSemaphoreCreateInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkExportSemaphoreCreateInfoKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkExportSemaphoreCreateInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkExportSemaphoreCreateInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkExportSemaphoreCreateInfoKHR.Buffer mallocStack(int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer callocStack(int capacity)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkExportSemaphoreCreateInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkExportSemaphoreCreateInfoKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacityCopyright LWJGL. All Rights Reserved. License terms.