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