Package org.lwjgl.vulkan
Class VkSparseImageMemoryRequirements
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkSparseImageMemoryRequirements
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkSparseImageMemoryRequirements extends Struct
Khronos Reference Page
Vulkan SpecificationDescribes the sparse memory requirements for a group of aspects of an image.
Member documentation
formatProperties– the format propertiesimageMipTailFirstLod– the first mip level at which image subresources are included in the mip tail regionimageMipTailSize– the memory size (in bytes) of the mip tail regionimageMipTailOffset– he opaque memory offset used withVkSparseImageOpaqueMemoryBindInfoto bind the mip tail region(s)imageMipTailStride– the offset stride between each array-layer’s mip tail, ifformatProperties.flagsdoes not containSPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT(otherwise the value is undefined)
Layout
struct VkSparseImageMemoryRequirements {VkSparseImageFormatPropertiesformatProperties; uint32_t imageMipTailFirstLod; VkDeviceSize imageMipTailSize; VkDeviceSize imageMipTailOffset; VkDeviceSize imageMipTailStride; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkSparseImageMemoryRequirements.BufferAn array ofVkSparseImageMemoryRequirementsstructs.-
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 VkSparseImageMemoryRequirements(java.nio.ByteBuffer container)Creates aVkSparseImageMemoryRequirementsinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkSparseImageMemoryRequirementscalloc()Returns a newVkSparseImageMemoryRequirementsinstance allocated withmemCalloc.static VkSparseImageMemoryRequirements.Buffercalloc(int capacity)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withmemCalloc.static VkSparseImageMemoryRequirementscallocStack()Returns a newVkSparseImageMemoryRequirementsinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkSparseImageMemoryRequirements.BuffercallocStack(int capacity)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkSparseImageMemoryRequirements.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSparseImageMemoryRequirementscallocStack(MemoryStack stack)Returns a newVkSparseImageMemoryRequirementsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkSparseImageMemoryRequirementscreate()Returns a newVkSparseImageMemoryRequirementsinstance allocated withBufferUtils.static VkSparseImageMemoryRequirements.Buffercreate(int capacity)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withBufferUtils.static VkSparseImageMemoryRequirementscreate(long address)Returns a newVkSparseImageMemoryRequirementsinstance for the specified memory address ornullif the address isNULL.static VkSparseImageMemoryRequirements.Buffercreate(long address, int capacity)Create aVkSparseImageMemoryRequirements.Bufferinstance at the specified memory.VkSparseImageFormatPropertiesformatProperties()Returns aVkSparseImageFormatPropertiesview of theformatPropertiesfield.intimageMipTailFirstLod()Returns the value of theimageMipTailFirstLodfield.longimageMipTailOffset()Returns the value of theimageMipTailOffsetfield.longimageMipTailSize()Returns the value of theimageMipTailSizefield.longimageMipTailStride()Returns the value of theimageMipTailStridefield.static VkSparseImageMemoryRequirementsmalloc()Returns a newVkSparseImageMemoryRequirementsinstance allocated withmemAlloc.static VkSparseImageMemoryRequirements.Buffermalloc(int capacity)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withmemAlloc.static VkSparseImageMemoryRequirementsmallocStack()Returns a newVkSparseImageMemoryRequirementsinstance allocated on the thread-localMemoryStack.static VkSparseImageMemoryRequirements.BuffermallocStack(int capacity)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the thread-localMemoryStack.static VkSparseImageMemoryRequirements.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the specifiedMemoryStack.static VkSparseImageMemoryRequirementsmallocStack(MemoryStack stack)Returns a newVkSparseImageMemoryRequirementsinstance allocated on the specifiedMemoryStack.intsizeof()Returns thesizeof(struct).-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkSparseImageMemoryRequirements
public VkSparseImageMemoryRequirements(java.nio.ByteBuffer container)
Creates aVkSparseImageMemoryRequirementsinstance 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).
-
formatProperties
public VkSparseImageFormatProperties formatProperties()
Returns aVkSparseImageFormatPropertiesview of theformatPropertiesfield.
-
imageMipTailFirstLod
public int imageMipTailFirstLod()
Returns the value of theimageMipTailFirstLodfield.
-
imageMipTailSize
public long imageMipTailSize()
Returns the value of theimageMipTailSizefield.
-
imageMipTailOffset
public long imageMipTailOffset()
Returns the value of theimageMipTailOffsetfield.
-
imageMipTailStride
public long imageMipTailStride()
Returns the value of theimageMipTailStridefield.
-
malloc
public static VkSparseImageMemoryRequirements malloc()
Returns a newVkSparseImageMemoryRequirementsinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkSparseImageMemoryRequirements calloc()
Returns a newVkSparseImageMemoryRequirementsinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkSparseImageMemoryRequirements create()
Returns a newVkSparseImageMemoryRequirementsinstance allocated withBufferUtils.
-
create
public static VkSparseImageMemoryRequirements create(long address)
Returns a newVkSparseImageMemoryRequirementsinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkSparseImageMemoryRequirements.Buffer malloc(int capacity)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkSparseImageMemoryRequirements.Buffer calloc(int capacity)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkSparseImageMemoryRequirements.Buffer create(int capacity)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkSparseImageMemoryRequirements.Buffer create(long address, int capacity)
Create aVkSparseImageMemoryRequirements.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkSparseImageMemoryRequirements mallocStack()
Returns a newVkSparseImageMemoryRequirementsinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkSparseImageMemoryRequirements callocStack()
Returns a newVkSparseImageMemoryRequirementsinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkSparseImageMemoryRequirements mallocStack(MemoryStack stack)
Returns a newVkSparseImageMemoryRequirementsinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkSparseImageMemoryRequirements callocStack(MemoryStack stack)
Returns a newVkSparseImageMemoryRequirementsinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkSparseImageMemoryRequirements.Buffer mallocStack(int capacity)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkSparseImageMemoryRequirements.Buffer callocStack(int capacity)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkSparseImageMemoryRequirements.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkSparseImageMemoryRequirements.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkSparseImageMemoryRequirements.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
-