public class VkExternalSemaphorePropertiesKHR extends VkExternalSemaphoreProperties
VkExternalSemaphoreProperties.
struct VkExternalSemaphorePropertiesKHR {
VkStructureType sType;
void * pNext;
VkExternalSemaphoreHandleTypeFlags exportFromImportedHandleTypes;
VkExternalSemaphoreHandleTypeFlags compatibleHandleTypes;
VkExternalSemaphoreFeatureFlags externalSemaphoreFeatures;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkExternalSemaphorePropertiesKHR.Buffer
An array of
VkExternalSemaphorePropertiesKHR structs. |
ALIGNOF, COMPATIBLEHANDLETYPES, EXPORTFROMIMPORTEDHANDLETYPES, EXTERNALSEMAPHOREFEATURES, PNEXT, SIZEOF, STYPE| Constructor and Description |
|---|
VkExternalSemaphorePropertiesKHR(java.nio.ByteBuffer container)
Creates a
VkExternalSemaphorePropertiesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkExternalSemaphorePropertiesKHR |
calloc()
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated with memCalloc. |
static VkExternalSemaphorePropertiesKHR.Buffer |
calloc(int capacity)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with memCalloc. |
static VkExternalSemaphorePropertiesKHR |
callocStack()
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkExternalSemaphorePropertiesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkExternalSemaphorePropertiesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkExternalSemaphorePropertiesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkExternalSemaphorePropertiesKHR |
create()
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated with BufferUtils. |
static VkExternalSemaphorePropertiesKHR.Buffer |
create(int capacity)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with BufferUtils. |
static VkExternalSemaphorePropertiesKHR |
create(long address)
Returns a new
VkExternalSemaphorePropertiesKHR instance for the specified memory address. |
static VkExternalSemaphorePropertiesKHR.Buffer |
create(long address,
int capacity)
Create a
VkExternalSemaphorePropertiesKHR.Buffer instance at the specified memory. |
static VkExternalSemaphorePropertiesKHR |
createSafe(long address)
|
static VkExternalSemaphorePropertiesKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkExternalSemaphorePropertiesKHR |
malloc()
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated with memAlloc. |
static VkExternalSemaphorePropertiesKHR.Buffer |
malloc(int capacity)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with memAlloc. |
static VkExternalSemaphorePropertiesKHR |
mallocStack()
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated on the thread-local MemoryStack. |
static VkExternalSemaphorePropertiesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkExternalSemaphorePropertiesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkExternalSemaphorePropertiesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkExternalSemaphorePropertiesKHR instance allocated on the specified MemoryStack. |
VkExternalSemaphorePropertiesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkExternalSemaphorePropertiesKHR |
set(int sType,
long pNext)
Initializes this struct with the specified values.
|
VkExternalSemaphorePropertiesKHR |
set(VkExternalSemaphorePropertiesKHR src)
Copies the specified struct data to this struct.
|
VkExternalSemaphorePropertiesKHR |
sType(int value)
Sets the specified value to the
sType field. |
compatibleHandleTypes, exportFromImportedHandleTypes, externalSemaphoreFeatures, ncompatibleHandleTypes, nexportFromImportedHandleTypes, nexternalSemaphoreFeatures, npNext, npNext, nsType, nsType, pNext, set, sizeof, sTypepublic VkExternalSemaphorePropertiesKHR(java.nio.ByteBuffer container)
VkExternalSemaphorePropertiesKHR 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 VkExternalSemaphorePropertiesKHR sType(int value)
sType field.sType in class VkExternalSemaphorePropertiespublic VkExternalSemaphorePropertiesKHR pNext(long value)
pNext field.pNext in class VkExternalSemaphorePropertiespublic VkExternalSemaphorePropertiesKHR set(int sType, long pNext)
set in class VkExternalSemaphorePropertiespublic VkExternalSemaphorePropertiesKHR set(VkExternalSemaphorePropertiesKHR src)
src - the source structpublic static VkExternalSemaphorePropertiesKHR malloc()
VkExternalSemaphorePropertiesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkExternalSemaphorePropertiesKHR calloc()
VkExternalSemaphorePropertiesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkExternalSemaphorePropertiesKHR create()
VkExternalSemaphorePropertiesKHR instance allocated with BufferUtils.public static VkExternalSemaphorePropertiesKHR create(long address)
VkExternalSemaphorePropertiesKHR instance for the specified memory address.@Nullable public static VkExternalSemaphorePropertiesKHR createSafe(long address)
public static VkExternalSemaphorePropertiesKHR.Buffer malloc(int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer calloc(int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer create(int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer create(long address, int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkExternalSemaphorePropertiesKHR.Buffer createSafe(long address, int capacity)
public static VkExternalSemaphorePropertiesKHR mallocStack()
VkExternalSemaphorePropertiesKHR instance allocated on the thread-local MemoryStack.public static VkExternalSemaphorePropertiesKHR callocStack()
VkExternalSemaphorePropertiesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkExternalSemaphorePropertiesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkExternalSemaphorePropertiesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkExternalSemaphorePropertiesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkExternalSemaphorePropertiesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkExternalSemaphorePropertiesKHR.Buffer mallocStack(int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer callocStack(int capacity)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkExternalSemaphorePropertiesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkExternalSemaphorePropertiesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkExternalSemaphorePropertiesKHR.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.