Package org.lwjgl.vulkan
Class VkLayerProperties
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct VkLayerProperties {
char layerName[VK_MAX_EXTENSION_NAME_SIZE];
uint32_t specVersion;
uint32_t implementationVersion;
char description[VK_MAX_DESCRIPTION_SIZE];
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
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.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkLayerProperties(ByteBuffer container) Creates aVkLayerPropertiesinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkLayerPropertiescalloc()Returns a newVkLayerPropertiesinstance allocated withmemCalloc.static VkLayerProperties.Buffercalloc(int capacity) Returns a newVkLayerProperties.Bufferinstance allocated withmemCalloc.static VkLayerProperties.Buffercalloc(int capacity, MemoryStack stack) Returns a newVkLayerProperties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkLayerPropertiescalloc(MemoryStack stack) Returns a newVkLayerPropertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkLayerPropertiesDeprecated.static VkLayerProperties.BuffercallocStack(int capacity) Deprecated.static VkLayerProperties.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static VkLayerPropertiescallocStack(MemoryStack stack) Deprecated.static VkLayerPropertiescreate()Returns a newVkLayerPropertiesinstance allocated withBufferUtils.static VkLayerProperties.Buffercreate(int capacity) Returns a newVkLayerProperties.Bufferinstance allocated withBufferUtils.static VkLayerPropertiescreate(long address) Returns a newVkLayerPropertiesinstance for the specified memory address.static VkLayerProperties.Buffercreate(long address, int capacity) Create aVkLayerProperties.Bufferinstance at the specified memory.static @Nullable VkLayerPropertiescreateSafe(long address) static @Nullable VkLayerProperties.BuffercreateSafe(long address, int capacity) intstatic VkLayerPropertiesmalloc()Returns a newVkLayerPropertiesinstance allocated withmemAlloc.static VkLayerProperties.Buffermalloc(int capacity) Returns a newVkLayerProperties.Bufferinstance allocated withmemAlloc.static VkLayerProperties.Buffermalloc(int capacity, MemoryStack stack) Returns a newVkLayerProperties.Bufferinstance allocated on the specifiedMemoryStack.static VkLayerPropertiesmalloc(MemoryStack stack) Returns a newVkLayerPropertiesinstance allocated on the specifiedMemoryStack.static VkLayerPropertiesDeprecated.static VkLayerProperties.BuffermallocStack(int capacity) Deprecated.static VkLayerProperties.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static VkLayerPropertiesmallocStack(MemoryStack stack) Deprecated.static ByteBufferndescription(long struct) Unsafe version ofdescription().static StringndescriptionString(long struct) Unsafe version ofdescriptionString().static intnimplementationVersion(long struct) Unsafe version ofimplementationVersion().static ByteBuffernlayerName(long struct) Unsafe version oflayerName().static StringnlayerNameString(long struct) Unsafe version oflayerNameString().static intnspecVersion(long struct) Unsafe version ofspecVersion().intsizeof()Returnssizeof(struct).intMethods 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. -
LAYERNAME
public static final int LAYERNAMEThe struct member offsets. -
SPECVERSION
public static final int SPECVERSIONThe struct member offsets. -
IMPLEMENTATIONVERSION
public static final int IMPLEMENTATIONVERSIONThe struct member offsets. -
DESCRIPTION
public static final int DESCRIPTIONThe struct member offsets.
-
-
Constructor Details
-
VkLayerProperties
Creates aVkLayerPropertiesinstance 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()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkLayerProperties>
-
layerName
- Returns:
- a
ByteBufferview of thelayerNamefield.
-
layerNameString
- Returns:
- the null-terminated string stored in the
layerNamefield.
-
specVersion
public int specVersion()- Returns:
- the value of the
specVersionfield.
-
implementationVersion
public int implementationVersion()- Returns:
- the value of the
implementationVersionfield.
-
description
- Returns:
- a
ByteBufferview of thedescriptionfield.
-
descriptionString
- Returns:
- the null-terminated string stored in the
descriptionfield.
-
malloc
Returns a newVkLayerPropertiesinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkLayerPropertiesinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkLayerPropertiesinstance allocated withBufferUtils. -
create
Returns a newVkLayerPropertiesinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkLayerProperties.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkLayerProperties.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkLayerProperties.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkLayerProperties.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.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkLayerPropertiesinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkLayerPropertiesinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkLayerProperties.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkLayerProperties.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nlayerName
Unsafe version oflayerName(). -
nlayerNameString
Unsafe version oflayerNameString(). -
nspecVersion
public static int nspecVersion(long struct) Unsafe version ofspecVersion(). -
nimplementationVersion
public static int nimplementationVersion(long struct) Unsafe version ofimplementationVersion(). -
ndescription
Unsafe version ofdescription(). -
ndescriptionString
Unsafe version ofdescriptionString().
-