Package org.lwjgl.vulkan
Class VkSparseBufferMemoryBindInfo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkSparseBufferMemoryBindInfo
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkSparseBufferMemoryBindInfo extends Struct
Khronos Reference Page
Vulkan SpecificationDescribes a memory binding to a
VkBufferobject.Valid Usage
buffermust be a validVkBufferhandlepBindsmust be a pointer to an array ofbindCountvalidVkSparseMemoryBindstructuresbindCountmust be greater than 0
Member documentation
buffer– theVkBufferobject to be boundbindCount– the number ofVkSparseMemoryBindstructures in thepBindsarraypBinds– a pointer to array ofVkSparseMemoryBindstructures
Layout
struct VkSparseBufferMemoryBindInfo { VkBuffer buffer; uint32_t bindCount; const VkSparseMemoryBind * pBinds; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkSparseBufferMemoryBindInfo.BufferAn array ofVkSparseBufferMemoryBindInfostructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkSparseBufferMemoryBindInfo(java.nio.ByteBuffer container)Creates aVkSparseBufferMemoryBindInfoinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description intbindCount()Returns the value of thebindCountfield.longbuffer()Returns the value of thebufferfield.VkSparseBufferMemoryBindInfobuffer(long value)Sets the specified value to thebufferfield.static VkSparseBufferMemoryBindInfocalloc()Returns a newVkSparseBufferMemoryBindInfoinstance allocated withmemCalloc.static VkSparseBufferMemoryBindInfo.Buffercalloc(int capacity)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withmemCalloc.static VkSparseBufferMemoryBindInfocallocStack()Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkSparseBufferMemoryBindInfo.BuffercallocStack(int capacity)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkSparseBufferMemoryBindInfo.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSparseBufferMemoryBindInfocallocStack(MemoryStack stack)Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSparseBufferMemoryBindInfocreate()Returns a newVkSparseBufferMemoryBindInfoinstance allocated withBufferUtils.static VkSparseBufferMemoryBindInfo.Buffercreate(int capacity)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withBufferUtils.static VkSparseBufferMemoryBindInfocreate(long address)Returns a newVkSparseBufferMemoryBindInfoinstance for the specified memory address ornullif the address isNULL.static VkSparseBufferMemoryBindInfo.Buffercreate(long address, int capacity)Create aVkSparseBufferMemoryBindInfo.Bufferinstance at the specified memory.static VkSparseBufferMemoryBindInfomalloc()Returns a newVkSparseBufferMemoryBindInfoinstance allocated withmemAlloc.static VkSparseBufferMemoryBindInfo.Buffermalloc(int capacity)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withmemAlloc.static VkSparseBufferMemoryBindInfomallocStack()Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the thread-localMemoryStack.static VkSparseBufferMemoryBindInfo.BuffermallocStack(int capacity)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the thread-localMemoryStack.static VkSparseBufferMemoryBindInfo.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the specifiedMemoryStack.static VkSparseBufferMemoryBindInfomallocStack(MemoryStack stack)Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the specifiedMemoryStack.VkSparseBufferMemoryBindInfonset(long struct)Unsafe version ofset.VkSparseMemoryBind.BufferpBinds()Returns aVkSparseMemoryBind.Bufferview of the struct array pointed to by thepBindsfield.VkSparseBufferMemoryBindInfopBinds(VkSparseMemoryBind.Buffer value)Sets the address of the specifiedVkSparseMemoryBind.Bufferto thepBindsfield.VkSparseBufferMemoryBindInfoset(long buffer, VkSparseMemoryBind.Buffer pBinds)Initializes this struct with the specified values.VkSparseBufferMemoryBindInfoset(VkSparseBufferMemoryBindInfo src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)CallsVkSparseBufferMemoryBindInfo.validate(long)for each struct contained in the specified struct array.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkSparseBufferMemoryBindInfo
public VkSparseBufferMemoryBindInfo(java.nio.ByteBuffer container)
Creates aVkSparseBufferMemoryBindInfoinstance at the current position of the specifiedByteBuffercontainer. 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()
Description copied from class:StructReturns thesizeof(struct).
-
buffer
public long buffer()
Returns the value of thebufferfield.
-
bindCount
public int bindCount()
Returns the value of thebindCountfield.
-
pBinds
public VkSparseMemoryBind.Buffer pBinds()
Returns aVkSparseMemoryBind.Bufferview of the struct array pointed to by thepBindsfield.
-
buffer
public VkSparseBufferMemoryBindInfo buffer(long value)
Sets the specified value to thebufferfield.
-
pBinds
public VkSparseBufferMemoryBindInfo pBinds(VkSparseMemoryBind.Buffer value)
Sets the address of the specifiedVkSparseMemoryBind.Bufferto thepBindsfield.
-
set
public VkSparseBufferMemoryBindInfo set(long buffer, VkSparseMemoryBind.Buffer pBinds)
Initializes this struct with the specified values.
-
nset
public VkSparseBufferMemoryBindInfo nset(long struct)
Unsafe version ofset.
-
set
public VkSparseBufferMemoryBindInfo set(VkSparseBufferMemoryBindInfo src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkSparseBufferMemoryBindInfo malloc()
Returns a newVkSparseBufferMemoryBindInfoinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkSparseBufferMemoryBindInfo calloc()
Returns a newVkSparseBufferMemoryBindInfoinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkSparseBufferMemoryBindInfo create()
Returns a newVkSparseBufferMemoryBindInfoinstance allocated withBufferUtils.
-
create
public static VkSparseBufferMemoryBindInfo create(long address)
Returns a newVkSparseBufferMemoryBindInfoinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkSparseBufferMemoryBindInfo.Buffer malloc(int capacity)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkSparseBufferMemoryBindInfo.Buffer calloc(int capacity)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkSparseBufferMemoryBindInfo.Buffer create(int capacity)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkSparseBufferMemoryBindInfo.Buffer create(long address, int capacity)
Create aVkSparseBufferMemoryBindInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkSparseBufferMemoryBindInfo mallocStack()
Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkSparseBufferMemoryBindInfo callocStack()
Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkSparseBufferMemoryBindInfo mallocStack(MemoryStack stack)
Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkSparseBufferMemoryBindInfo callocStack(MemoryStack stack)
Returns a newVkSparseBufferMemoryBindInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkSparseBufferMemoryBindInfo.Buffer mallocStack(int capacity)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkSparseBufferMemoryBindInfo.Buffer callocStack(int capacity)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkSparseBufferMemoryBindInfo.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkSparseBufferMemoryBindInfo.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkSparseBufferMemoryBindInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
validate
public static void validate(long struct)
Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-
validate
public static void validate(long array, int count)CallsVkSparseBufferMemoryBindInfo.validate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-