Package org.lwjgl.vulkan
Class VkPhysicalDeviceSparseProperties.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkPhysicalDeviceSparseProperties,VkPhysicalDeviceSparseProperties.Buffer>
-
- org.lwjgl.vulkan.VkPhysicalDeviceSparseProperties.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<VkPhysicalDeviceSparseProperties>
,org.lwjgl.system.Pointer
- Enclosing class:
- VkPhysicalDeviceSparseProperties
public static class VkPhysicalDeviceSparseProperties.Buffer extends org.lwjgl.system.StructBuffer<VkPhysicalDeviceSparseProperties,VkPhysicalDeviceSparseProperties.Buffer>
An array ofVkPhysicalDeviceSparseProperties
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
residencyAlignedMipSize()
Returns the value of theresidencyAlignedMipSize
field.boolean
residencyNonResidentStrict()
Returns the value of theresidencyNonResidentStrict
field.boolean
residencyStandard2DBlockShape()
Returns the value of theresidencyStandard2DBlockShape
field.boolean
residencyStandard2DMultisampleBlockShape()
Returns the value of theresidencyStandard2DMultisampleBlockShape
field.boolean
residencyStandard3DBlockShape()
Returns the value of theresidencyStandard3DBlockShape
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkPhysicalDeviceSparseProperties.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byVkPhysicalDeviceSparseProperties.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
residencyStandard2DBlockShape
public boolean residencyStandard2DBlockShape()
Returns the value of theresidencyStandard2DBlockShape
field.
-
residencyStandard2DMultisampleBlockShape
public boolean residencyStandard2DMultisampleBlockShape()
Returns the value of theresidencyStandard2DMultisampleBlockShape
field.
-
residencyStandard3DBlockShape
public boolean residencyStandard3DBlockShape()
Returns the value of theresidencyStandard3DBlockShape
field.
-
residencyAlignedMipSize
public boolean residencyAlignedMipSize()
Returns the value of theresidencyAlignedMipSize
field.
-
residencyNonResidentStrict
public boolean residencyNonResidentStrict()
Returns the value of theresidencyNonResidentStrict
field.
-
-