Package org.lwjgl.vulkan
Class VkExternalFencePropertiesKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkExternalFenceProperties
-
- org.lwjgl.vulkan.VkExternalFencePropertiesKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkExternalFencePropertiesKHR extends VkExternalFenceProperties
SeeVkExternalFenceProperties
.Layout
struct VkExternalFencePropertiesKHR { VkStructureType sType; void * pNext; VkExternalFenceHandleTypeFlags exportFromImportedHandleTypes; VkExternalFenceHandleTypeFlags compatibleHandleTypes; VkExternalFenceFeatureFlags externalFenceFeatures; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkExternalFencePropertiesKHR.Buffer
An array ofVkExternalFencePropertiesKHR
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.VkExternalFenceProperties
ALIGNOF, COMPATIBLEHANDLETYPES, EXPORTFROMIMPORTEDHANDLETYPES, EXTERNALFENCEFEATURES, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkExternalFencePropertiesKHR(java.nio.ByteBuffer container)
Creates aVkExternalFencePropertiesKHR
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 VkExternalFencePropertiesKHR
calloc()
Returns a newVkExternalFencePropertiesKHR
instance allocated withmemCalloc
.static VkExternalFencePropertiesKHR.Buffer
calloc(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withmemCalloc
.static VkExternalFencePropertiesKHR
callocStack()
Returns a newVkExternalFencePropertiesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkExternalFencePropertiesKHR.Buffer
callocStack(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkExternalFencePropertiesKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkExternalFencePropertiesKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkExternalFencePropertiesKHR
create()
Returns a newVkExternalFencePropertiesKHR
instance allocated withBufferUtils
.static VkExternalFencePropertiesKHR.Buffer
create(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withBufferUtils
.static VkExternalFencePropertiesKHR
create(long address)
Returns a newVkExternalFencePropertiesKHR
instance for the specified memory address.static VkExternalFencePropertiesKHR.Buffer
create(long address, int capacity)
Create aVkExternalFencePropertiesKHR.Buffer
instance at the specified memory.static VkExternalFencePropertiesKHR
createSafe(long address)
static VkExternalFencePropertiesKHR.Buffer
createSafe(long address, int capacity)
static VkExternalFencePropertiesKHR
malloc()
Returns a newVkExternalFencePropertiesKHR
instance allocated withmemAlloc
.static VkExternalFencePropertiesKHR.Buffer
malloc(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withmemAlloc
.static VkExternalFencePropertiesKHR
mallocStack()
Returns a newVkExternalFencePropertiesKHR
instance allocated on the thread-localMemoryStack
.static VkExternalFencePropertiesKHR.Buffer
mallocStack(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkExternalFencePropertiesKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkExternalFencePropertiesKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR
instance allocated on the specifiedMemoryStack
.VkExternalFencePropertiesKHR
pNext(long value)
Sets the specified value to thepNext
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 thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkExternalFenceProperties
compatibleHandleTypes, exportFromImportedHandleTypes, externalFenceFeatures, ncompatibleHandleTypes, nexportFromImportedHandleTypes, nexternalFenceFeatures, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkExternalFencePropertiesKHR
public VkExternalFencePropertiesKHR(java.nio.ByteBuffer container)
Creates aVkExternalFencePropertiesKHR
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 VkExternalFencePropertiesKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkExternalFenceProperties
-
pNext
public VkExternalFencePropertiesKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkExternalFenceProperties
-
set
public VkExternalFencePropertiesKHR set(int sType, long pNext)
Initializes this struct with the specified values.- Overrides:
set
in classVkExternalFenceProperties
-
set
public VkExternalFencePropertiesKHR set(VkExternalFencePropertiesKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkExternalFencePropertiesKHR malloc()
Returns a newVkExternalFencePropertiesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkExternalFencePropertiesKHR calloc()
Returns a newVkExternalFencePropertiesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkExternalFencePropertiesKHR create()
Returns a newVkExternalFencePropertiesKHR
instance allocated withBufferUtils
.
-
create
public static VkExternalFencePropertiesKHR create(long address)
Returns a newVkExternalFencePropertiesKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkExternalFencePropertiesKHR createSafe(long address)
-
malloc
public static VkExternalFencePropertiesKHR.Buffer malloc(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkExternalFencePropertiesKHR.Buffer calloc(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkExternalFencePropertiesKHR.Buffer create(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkExternalFencePropertiesKHR.Buffer create(long address, int capacity)
Create aVkExternalFencePropertiesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkExternalFencePropertiesKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkExternalFencePropertiesKHR mallocStack()
Returns a newVkExternalFencePropertiesKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkExternalFencePropertiesKHR callocStack()
Returns a newVkExternalFencePropertiesKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkExternalFencePropertiesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkExternalFencePropertiesKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkExternalFencePropertiesKHR.Buffer mallocStack(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkExternalFencePropertiesKHR.Buffer callocStack(int capacity)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkExternalFencePropertiesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkExternalFencePropertiesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkExternalFencePropertiesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-