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