Package org.lwjgl.vulkan
Class VkImportSemaphoreFdInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkImportSemaphoreFdInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkImportSemaphoreFdInfoKHR extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying POSIX file descriptor to import to a semaphore.Description
The handle types supported by
handleType
are:Handle Types Supported by
VkImportSemaphoreFdInfoKHR
Handle Type Transference Permanence Supported EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT
Reference Temporary,Permanent EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT
Copy Temporary Valid Usage
handleType
must be a value included in the Handle Types Supported by VkImportSemaphoreFdInfoKHR table.fd
must obey any requirements listed forhandleType
in external semaphore handle types compatibility.
Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR
pNext
must beNULL
semaphore
must be a validVkSemaphore
handleflags
must be a valid combination ofVkSemaphoreImportFlagBits
valueshandleType
must be a validVkExternalSemaphoreHandleTypeFlagBits
value
Host Synchronization
- Host access to
semaphore
must be externally synchronized
See Also
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.semaphore
– the semaphore into which the payload will be imported.flags
– a bitmask ofVkSemaphoreImportFlagBits
specifying additional parameters for the semaphore payload import operation.handleType
– specifies the type offd
.fd
– the external handle to import.
Layout
struct VkImportSemaphoreFdInfoKHR { VkStructureType sType; void const * pNext; VkSemaphore semaphore; VkSemaphoreImportFlags flags; VkExternalSemaphoreHandleTypeFlagBits handleType; int fd; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkImportSemaphoreFdInfoKHR.Buffer
An array ofVkImportSemaphoreFdInfoKHR
structs.
-
Constructor Summary
Constructors Constructor Description VkImportSemaphoreFdInfoKHR(java.nio.ByteBuffer container)
Creates aVkImportSemaphoreFdInfoKHR
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 VkImportSemaphoreFdInfoKHR
calloc()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withmemCalloc
.static VkImportSemaphoreFdInfoKHR.Buffer
calloc(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withmemCalloc
.static VkImportSemaphoreFdInfoKHR
callocStack()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkImportSemaphoreFdInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkImportSemaphoreFdInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkImportSemaphoreFdInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkImportSemaphoreFdInfoKHR
create()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withBufferUtils
.static VkImportSemaphoreFdInfoKHR.Buffer
create(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withBufferUtils
.static VkImportSemaphoreFdInfoKHR
create(long address)
Returns a newVkImportSemaphoreFdInfoKHR
instance for the specified memory address.static VkImportSemaphoreFdInfoKHR.Buffer
create(long address, int capacity)
Create aVkImportSemaphoreFdInfoKHR.Buffer
instance at the specified memory.static VkImportSemaphoreFdInfoKHR
createSafe(long address)
static VkImportSemaphoreFdInfoKHR.Buffer
createSafe(long address, int capacity)
int
fd()
Returns the value of thefd
field.VkImportSemaphoreFdInfoKHR
fd(int value)
Sets the specified value to thefd
field.int
flags()
Returns the value of theflags
field.VkImportSemaphoreFdInfoKHR
flags(int value)
Sets the specified value to theflags
field.int
handleType()
Returns the value of thehandleType
field.VkImportSemaphoreFdInfoKHR
handleType(int value)
Sets the specified value to thehandleType
field.static VkImportSemaphoreFdInfoKHR
malloc()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withmemAlloc
.static VkImportSemaphoreFdInfoKHR.Buffer
malloc(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withmemAlloc
.static VkImportSemaphoreFdInfoKHR
mallocStack()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the thread-localMemoryStack
.static VkImportSemaphoreFdInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkImportSemaphoreFdInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkImportSemaphoreFdInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the specifiedMemoryStack
.static int
nfd(long struct)
Unsafe version offd()
.static void
nfd(long struct, int value)
Unsafe version offd
.static int
nflags(long struct)
Unsafe version offlags()
.static void
nflags(long struct, int value)
Unsafe version offlags
.static int
nhandleType(long struct)
Unsafe version ofhandleType()
.static void
nhandleType(long struct, int value)
Unsafe version ofhandleType
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static long
nsemaphore(long struct)
Unsafe version ofsemaphore()
.static void
nsemaphore(long struct, long value)
Unsafe version ofsemaphore
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.long
pNext()
Returns the value of thepNext
field.VkImportSemaphoreFdInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.long
semaphore()
Returns the value of thesemaphore
field.VkImportSemaphoreFdInfoKHR
semaphore(long value)
Sets the specified value to thesemaphore
field.VkImportSemaphoreFdInfoKHR
set(int sType, long pNext, long semaphore, int flags, int handleType, int fd)
Initializes this struct with the specified values.VkImportSemaphoreFdInfoKHR
set(VkImportSemaphoreFdInfoKHR src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkImportSemaphoreFdInfoKHR
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkImportSemaphoreFdInfoKHR
public VkImportSemaphoreFdInfoKHR(java.nio.ByteBuffer container)
Creates aVkImportSemaphoreFdInfoKHR
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
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
semaphore
public long semaphore()
Returns the value of thesemaphore
field.
-
flags
public int flags()
Returns the value of theflags
field.
-
handleType
public int handleType()
Returns the value of thehandleType
field.
-
fd
public int fd()
Returns the value of thefd
field.
-
sType
public VkImportSemaphoreFdInfoKHR sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkImportSemaphoreFdInfoKHR pNext(long value)
Sets the specified value to thepNext
field.
-
semaphore
public VkImportSemaphoreFdInfoKHR semaphore(long value)
Sets the specified value to thesemaphore
field.
-
flags
public VkImportSemaphoreFdInfoKHR flags(int value)
Sets the specified value to theflags
field.
-
handleType
public VkImportSemaphoreFdInfoKHR handleType(int value)
Sets the specified value to thehandleType
field.
-
fd
public VkImportSemaphoreFdInfoKHR fd(int value)
Sets the specified value to thefd
field.
-
set
public VkImportSemaphoreFdInfoKHR set(int sType, long pNext, long semaphore, int flags, int handleType, int fd)
Initializes this struct with the specified values.
-
set
public VkImportSemaphoreFdInfoKHR set(VkImportSemaphoreFdInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkImportSemaphoreFdInfoKHR malloc()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkImportSemaphoreFdInfoKHR calloc()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkImportSemaphoreFdInfoKHR create()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkImportSemaphoreFdInfoKHR create(long address)
Returns a newVkImportSemaphoreFdInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkImportSemaphoreFdInfoKHR createSafe(long address)
-
malloc
public static VkImportSemaphoreFdInfoKHR.Buffer malloc(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkImportSemaphoreFdInfoKHR.Buffer calloc(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkImportSemaphoreFdInfoKHR.Buffer create(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkImportSemaphoreFdInfoKHR.Buffer create(long address, int capacity)
Create aVkImportSemaphoreFdInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkImportSemaphoreFdInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkImportSemaphoreFdInfoKHR mallocStack()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkImportSemaphoreFdInfoKHR callocStack()
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkImportSemaphoreFdInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkImportSemaphoreFdInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkImportSemaphoreFdInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkImportSemaphoreFdInfoKHR.Buffer callocStack(int capacity)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkImportSemaphoreFdInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkImportSemaphoreFdInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkImportSemaphoreFdInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsType
public static int nsType(long struct)
Unsafe version ofsType()
.
-
npNext
public static long npNext(long struct)
Unsafe version ofpNext()
.
-
nsemaphore
public static long nsemaphore(long struct)
Unsafe version ofsemaphore()
.
-
nflags
public static int nflags(long struct)
Unsafe version offlags()
.
-
nhandleType
public static int nhandleType(long struct)
Unsafe version ofhandleType()
.
-
nfd
public static int nfd(long struct)
Unsafe version offd()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
nsemaphore
public static void nsemaphore(long struct, long value)
Unsafe version ofsemaphore
.
-
nflags
public static void nflags(long struct, int value)
Unsafe version offlags
.
-
nhandleType
public static void nhandleType(long struct, int value)
Unsafe version ofhandleType
.
-
nfd
public static void nfd(long struct, int value)
Unsafe version offd
.
-
-