Package org.lwjgl.vulkan
Class VkMemoryGetWin32HandleInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkMemoryGetWin32HandleInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkMemoryGetWin32HandleInfoKHR extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure describing a Win32 handle semaphore export operation.Description
The properties of the handle returned depend on the value of
handleType
. SeeVkExternalMemoryHandleTypeFlagBits
for a description of the properties of the defined external memory handle types.Valid Usage
handleType
must have been included inVkExportMemoryAllocateInfo
::handleTypes
whenmemory
was created.- If
handleType
is defined as an NT handle,GetMemoryWin32HandleKHR
must be called no more than once for each valid unique combination ofmemory
andhandleType
. handleType
must be defined as an NT handle or a global share handle.
Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_MEMORY_GET_WIN32_HANDLE_INFO_KHR
pNext
must beNULL
memory
must be a validVkDeviceMemory
handlehandleType
must be a validVkExternalMemoryHandleTypeFlagBits
value
See Also
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.memory
– the memory object from which the handle will be exported.handleType
– the type of handle requested.
Layout
struct VkMemoryGetWin32HandleInfoKHR { VkStructureType sType; void const * pNext; VkDeviceMemory memory; VkExternalMemoryHandleTypeFlagBits handleType; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkMemoryGetWin32HandleInfoKHR.Buffer
An array ofVkMemoryGetWin32HandleInfoKHR
structs.
-
Constructor Summary
Constructors Constructor Description VkMemoryGetWin32HandleInfoKHR(java.nio.ByteBuffer container)
Creates aVkMemoryGetWin32HandleInfoKHR
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 VkMemoryGetWin32HandleInfoKHR
calloc()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withmemCalloc
.static VkMemoryGetWin32HandleInfoKHR.Buffer
calloc(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withmemCalloc
.static VkMemoryGetWin32HandleInfoKHR
callocStack()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkMemoryGetWin32HandleInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkMemoryGetWin32HandleInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkMemoryGetWin32HandleInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkMemoryGetWin32HandleInfoKHR
create()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withBufferUtils
.static VkMemoryGetWin32HandleInfoKHR.Buffer
create(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withBufferUtils
.static VkMemoryGetWin32HandleInfoKHR
create(long address)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance for the specified memory address.static VkMemoryGetWin32HandleInfoKHR.Buffer
create(long address, int capacity)
Create aVkMemoryGetWin32HandleInfoKHR.Buffer
instance at the specified memory.static VkMemoryGetWin32HandleInfoKHR
createSafe(long address)
static VkMemoryGetWin32HandleInfoKHR.Buffer
createSafe(long address, int capacity)
int
handleType()
Returns the value of thehandleType
field.VkMemoryGetWin32HandleInfoKHR
handleType(int value)
Sets the specified value to thehandleType
field.static VkMemoryGetWin32HandleInfoKHR
malloc()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withmemAlloc
.static VkMemoryGetWin32HandleInfoKHR.Buffer
malloc(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withmemAlloc
.static VkMemoryGetWin32HandleInfoKHR
mallocStack()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the thread-localMemoryStack
.static VkMemoryGetWin32HandleInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkMemoryGetWin32HandleInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkMemoryGetWin32HandleInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the specifiedMemoryStack
.long
memory()
Returns the value of thememory
field.VkMemoryGetWin32HandleInfoKHR
memory(long value)
Sets the specified value to thememory
field.static int
nhandleType(long struct)
Unsafe version ofhandleType()
.static void
nhandleType(long struct, int value)
Unsafe version ofhandleType
.static long
nmemory(long struct)
Unsafe version ofmemory()
.static void
nmemory(long struct, long value)
Unsafe version ofmemory
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.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.VkMemoryGetWin32HandleInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkMemoryGetWin32HandleInfoKHR
set(int sType, long pNext, long memory, int handleType)
Initializes this struct with the specified values.VkMemoryGetWin32HandleInfoKHR
set(VkMemoryGetWin32HandleInfoKHR src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkMemoryGetWin32HandleInfoKHR
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkMemoryGetWin32HandleInfoKHR
public VkMemoryGetWin32HandleInfoKHR(java.nio.ByteBuffer container)
Creates aVkMemoryGetWin32HandleInfoKHR
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.
-
memory
public long memory()
Returns the value of thememory
field.
-
handleType
public int handleType()
Returns the value of thehandleType
field.
-
sType
public VkMemoryGetWin32HandleInfoKHR sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkMemoryGetWin32HandleInfoKHR pNext(long value)
Sets the specified value to thepNext
field.
-
memory
public VkMemoryGetWin32HandleInfoKHR memory(long value)
Sets the specified value to thememory
field.
-
handleType
public VkMemoryGetWin32HandleInfoKHR handleType(int value)
Sets the specified value to thehandleType
field.
-
set
public VkMemoryGetWin32HandleInfoKHR set(int sType, long pNext, long memory, int handleType)
Initializes this struct with the specified values.
-
set
public VkMemoryGetWin32HandleInfoKHR set(VkMemoryGetWin32HandleInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkMemoryGetWin32HandleInfoKHR malloc()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkMemoryGetWin32HandleInfoKHR calloc()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkMemoryGetWin32HandleInfoKHR create()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkMemoryGetWin32HandleInfoKHR create(long address)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkMemoryGetWin32HandleInfoKHR createSafe(long address)
-
malloc
public static VkMemoryGetWin32HandleInfoKHR.Buffer malloc(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkMemoryGetWin32HandleInfoKHR.Buffer calloc(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkMemoryGetWin32HandleInfoKHR.Buffer create(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkMemoryGetWin32HandleInfoKHR.Buffer create(long address, int capacity)
Create aVkMemoryGetWin32HandleInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkMemoryGetWin32HandleInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkMemoryGetWin32HandleInfoKHR mallocStack()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkMemoryGetWin32HandleInfoKHR callocStack()
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkMemoryGetWin32HandleInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkMemoryGetWin32HandleInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkMemoryGetWin32HandleInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkMemoryGetWin32HandleInfoKHR.Buffer callocStack(int capacity)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkMemoryGetWin32HandleInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkMemoryGetWin32HandleInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkMemoryGetWin32HandleInfoKHR.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()
.
-
nmemory
public static long nmemory(long struct)
Unsafe version ofmemory()
.
-
nhandleType
public static int nhandleType(long struct)
Unsafe version ofhandleType()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
nmemory
public static void nmemory(long struct, long value)
Unsafe version ofmemory
.
-
nhandleType
public static void nhandleType(long struct, int value)
Unsafe version ofhandleType
.
-
-