Package org.lwjgl.vulkan
Class VkFormatProperties
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkFormatProperties>
org.lwjgl.vulkan.VkFormatProperties
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkFormatProperties
extends org.lwjgl.system.Struct<VkFormatProperties>
implements org.lwjgl.system.NativeResource
Structure specifying image format properties.
Description
Note
If no format feature flags are supported, the format itself is not supported, and images of that format cannot be created.
If format is a block-compressed format, then bufferFeatures must not support any features for the format.
If format is not a multi-plane format then linearTilingFeatures and optimalTilingFeatures must not contain FORMAT_FEATURE_DISJOINT_BIT.
See Also
VkFormatProperties2, GetPhysicalDeviceFormatProperties
Layout
struct VkFormatProperties {
VkFormatFeatureFlags linearTilingFeatures();
VkFormatFeatureFlags optimalTilingFeatures();
VkFormatFeatureFlags bufferFeatures();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkFormatProperties(ByteBuffer container) Creates aVkFormatPropertiesinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioninta bitmask ofVkFormatFeatureFlagBitsspecifying features supported by buffers.static VkFormatPropertiescalloc()Returns a newVkFormatPropertiesinstance allocated withmemCalloc.static VkFormatProperties.Buffercalloc(int capacity) Returns a newVkFormatProperties.Bufferinstance allocated withmemCalloc.static VkFormatProperties.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkFormatProperties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkFormatPropertiescalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkFormatPropertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkFormatPropertiesDeprecated.static VkFormatProperties.BuffercallocStack(int capacity) Deprecated.static VkFormatProperties.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkFormatPropertiescallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static VkFormatPropertiescreate()Returns a newVkFormatPropertiesinstance allocated withBufferUtils.static VkFormatProperties.Buffercreate(int capacity) Returns a newVkFormatProperties.Bufferinstance allocated withBufferUtils.static VkFormatPropertiescreate(long address) Returns a newVkFormatPropertiesinstance for the specified memory address.static VkFormatProperties.Buffercreate(long address, int capacity) Create aVkFormatProperties.Bufferinstance at the specified memory.static @Nullable VkFormatPropertiescreateSafe(long address) static @Nullable VkFormatProperties.BuffercreateSafe(long address, int capacity) inta bitmask ofVkFormatFeatureFlagBitsspecifying features supported by images created with atilingparameter ofIMAGE_TILING_LINEAR.static VkFormatPropertiesmalloc()Returns a newVkFormatPropertiesinstance allocated withmemAlloc.static VkFormatProperties.Buffermalloc(int capacity) Returns a newVkFormatProperties.Bufferinstance allocated withmemAlloc.static VkFormatProperties.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkFormatProperties.Bufferinstance allocated on the specifiedMemoryStack.static VkFormatPropertiesmalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkFormatPropertiesinstance allocated on the specifiedMemoryStack.static VkFormatPropertiesDeprecated.static VkFormatProperties.BuffermallocStack(int capacity) Deprecated.static VkFormatProperties.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkFormatPropertiesmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static intnbufferFeatures(long struct) Unsafe version ofbufferFeatures().static intnlinearTilingFeatures(long struct) Unsafe version oflinearTilingFeatures().static intnoptimalTilingFeatures(long struct) Unsafe version ofoptimalTilingFeatures().inta bitmask ofVkFormatFeatureFlagBitsspecifying features supported by images created with atilingparameter ofIMAGE_TILING_OPTIMAL.intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
LINEARTILINGFEATURES
public static final int LINEARTILINGFEATURESThe struct member offsets. -
OPTIMALTILINGFEATURES
public static final int OPTIMALTILINGFEATURESThe struct member offsets. -
BUFFERFEATURES
public static final int BUFFERFEATURESThe struct member offsets.
-
-
Constructor Details
-
VkFormatProperties
Creates aVkFormatPropertiesinstance 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 Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkFormatProperties>
-
linearTilingFeatures
public int linearTilingFeatures()a bitmask ofVkFormatFeatureFlagBitsspecifying features supported by images created with atilingparameter ofIMAGE_TILING_LINEAR. -
optimalTilingFeatures
public int optimalTilingFeatures()a bitmask ofVkFormatFeatureFlagBitsspecifying features supported by images created with atilingparameter ofIMAGE_TILING_OPTIMAL. -
bufferFeatures
public int bufferFeatures()a bitmask ofVkFormatFeatureFlagBitsspecifying features supported by buffers. -
malloc
Returns a newVkFormatPropertiesinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkFormatPropertiesinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkFormatPropertiesinstance allocated withBufferUtils. -
create
Returns a newVkFormatPropertiesinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkFormatProperties.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkFormatProperties.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkFormatProperties.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkFormatProperties.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkFormatProperties.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkFormatProperties.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkFormatPropertiesinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkFormatPropertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkFormatProperties.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkFormatProperties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nlinearTilingFeatures
public static int nlinearTilingFeatures(long struct) Unsafe version oflinearTilingFeatures(). -
noptimalTilingFeatures
public static int noptimalTilingFeatures(long struct) Unsafe version ofoptimalTilingFeatures(). -
nbufferFeatures
public static int nbufferFeatures(long struct) Unsafe version ofbufferFeatures().
-