Package org.lwjgl.vulkan
Class VkSparseImageOpaqueMemoryBindInfo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkSparseImageOpaqueMemoryBindInfo
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkSparseImageOpaqueMemoryBindInfo extends Struct
Khronos Reference Page
Vulkan SpecificationDescribes a memory binding to an opaque region of a
VkImage
object.Valid Usage
image
must be a validVkImage
handlepBinds
must be a pointer to an array ofbindCount
validVkSparseMemoryBind
structuresbindCount
must be greater than 0- For any given element of
pBinds
, if theflags
member of that element containsSPARSE_MEMORY_BIND_METADATA_BIT
, the binding range defined must be within the mip tail region of the metadata aspect ofimage
Member documentation
image
– theVkImage
object to be boundbindCount
– the number ofVkSparseMemoryBind
structures in thepBinds
arraypBinds
– a pointer to array ofVkSparseMemoryBind
structures
Layout
struct VkSparseImageOpaqueMemoryBindInfo { VkImage image; uint32_t bindCount; const VkSparseMemoryBind * pBinds; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
VkSparseImageOpaqueMemoryBindInfo.Buffer
An array ofVkSparseImageOpaqueMemoryBindInfo
structs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static int
SIZEOF
The struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkSparseImageOpaqueMemoryBindInfo(java.nio.ByteBuffer container)
Creates aVkSparseImageOpaqueMemoryBindInfo
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
bindCount()
Returns the value of thebindCount
field.static VkSparseImageOpaqueMemoryBindInfo
calloc()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withmemCalloc
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
calloc(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withmemCalloc
.static VkSparseImageOpaqueMemoryBindInfo
callocStack()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSparseImageOpaqueMemoryBindInfo.Buffer
callocStack(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSparseImageOpaqueMemoryBindInfo.Buffer
callocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSparseImageOpaqueMemoryBindInfo
callocStack(MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSparseImageOpaqueMemoryBindInfo
create()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withBufferUtils
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
create(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withBufferUtils
.static VkSparseImageOpaqueMemoryBindInfo
create(long address)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance for the specified memory address ornull
if the address isNULL
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
create(long address, int capacity)
Create aVkSparseImageOpaqueMemoryBindInfo.Buffer
instance at the specified memory.long
image()
Returns the value of theimage
field.VkSparseImageOpaqueMemoryBindInfo
image(long value)
Sets the specified value to theimage
field.static VkSparseImageOpaqueMemoryBindInfo
malloc()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withmemAlloc
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
malloc(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withmemAlloc
.static VkSparseImageOpaqueMemoryBindInfo
mallocStack()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the thread-localMemoryStack
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
mallocStack(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the thread-localMemoryStack
.static VkSparseImageOpaqueMemoryBindInfo.Buffer
mallocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the specifiedMemoryStack
.static VkSparseImageOpaqueMemoryBindInfo
mallocStack(MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the specifiedMemoryStack
.VkSparseImageOpaqueMemoryBindInfo
nset(long struct)
Unsafe version ofset
.VkSparseMemoryBind.Buffer
pBinds()
Returns aVkSparseMemoryBind.Buffer
view of the struct array pointed to by thepBinds
field.VkSparseImageOpaqueMemoryBindInfo
pBinds(VkSparseMemoryBind.Buffer value)
Sets the address of the specifiedVkSparseMemoryBind.Buffer
to thepBinds
field.VkSparseImageOpaqueMemoryBindInfo
set(long image, VkSparseMemoryBind.Buffer pBinds)
Initializes this struct with the specified values.VkSparseImageOpaqueMemoryBindInfo
set(VkSparseImageOpaqueMemoryBindInfo src)
Copies the specified struct data to this struct.int
sizeof()
Returns thesizeof(struct)
.static void
validate(long struct)
Validates pointer members that should not beNULL
.static void
validate(long array, int count)
CallsVkSparseImageOpaqueMemoryBindInfo.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
-
VkSparseImageOpaqueMemoryBindInfo
public VkSparseImageOpaqueMemoryBindInfo(java.nio.ByteBuffer container)
Creates aVkSparseImageOpaqueMemoryBindInfo
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()
Description copied from class:Struct
Returns thesizeof(struct)
.
-
image
public long image()
Returns the value of theimage
field.
-
bindCount
public int bindCount()
Returns the value of thebindCount
field.
-
pBinds
public VkSparseMemoryBind.Buffer pBinds()
Returns aVkSparseMemoryBind.Buffer
view of the struct array pointed to by thepBinds
field.
-
image
public VkSparseImageOpaqueMemoryBindInfo image(long value)
Sets the specified value to theimage
field.
-
pBinds
public VkSparseImageOpaqueMemoryBindInfo pBinds(VkSparseMemoryBind.Buffer value)
Sets the address of the specifiedVkSparseMemoryBind.Buffer
to thepBinds
field.
-
set
public VkSparseImageOpaqueMemoryBindInfo set(long image, VkSparseMemoryBind.Buffer pBinds)
Initializes this struct with the specified values.
-
nset
public VkSparseImageOpaqueMemoryBindInfo nset(long struct)
Unsafe version ofset
.
-
set
public VkSparseImageOpaqueMemoryBindInfo set(VkSparseImageOpaqueMemoryBindInfo src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkSparseImageOpaqueMemoryBindInfo malloc()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkSparseImageOpaqueMemoryBindInfo calloc()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkSparseImageOpaqueMemoryBindInfo create()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated withBufferUtils
.
-
create
public static VkSparseImageOpaqueMemoryBindInfo create(long address)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance for the specified memory address ornull
if the address isNULL
.
-
malloc
public static VkSparseImageOpaqueMemoryBindInfo.Buffer malloc(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkSparseImageOpaqueMemoryBindInfo.Buffer calloc(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSparseImageOpaqueMemoryBindInfo.Buffer create(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSparseImageOpaqueMemoryBindInfo.Buffer create(long address, int capacity)
Create aVkSparseImageOpaqueMemoryBindInfo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
mallocStack
public static VkSparseImageOpaqueMemoryBindInfo mallocStack()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkSparseImageOpaqueMemoryBindInfo callocStack()
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkSparseImageOpaqueMemoryBindInfo mallocStack(MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkSparseImageOpaqueMemoryBindInfo callocStack(MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkSparseImageOpaqueMemoryBindInfo.Buffer mallocStack(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkSparseImageOpaqueMemoryBindInfo.Buffer callocStack(int capacity)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkSparseImageOpaqueMemoryBindInfo.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkSparseImageOpaqueMemoryBindInfo.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageOpaqueMemoryBindInfo.Buffer
instance allocated on the specifiedMemoryStack
and 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)
CallsVkSparseImageOpaqueMemoryBindInfo.validate(long)
for each struct contained in the specified struct array.- Parameters:
array
- the struct array to validatecount
- the number of structs inarray
-
-