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