Class VkDataGraphTOSANameQualityARM
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDataGraphTOSANameQualityARM>
org.lwjgl.vulkan.VkDataGraphTOSANameQualityARM
- All Implemented Interfaces:
Pointer
struct VkDataGraphTOSANameQualityARM {
char name[VK_MAX_DATA_GRAPH_TOSA_NAME_SIZE_ARM];
VkDataGraphTOSAQualityFlagsARM qualityFlags;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface 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 size in bytes.Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkDataGraphTOSANameQualityARM(ByteBuffer container) Creates aVkDataGraphTOSANameQualityARMinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncreate(long address) Returns a newVkDataGraphTOSANameQualityARMinstance for the specified memory address.create(long address, int capacity) Create aVkDataGraphTOSANameQualityARM.Bufferinstance at the specified memory.static @Nullable VkDataGraphTOSANameQualityARMcreateSafe(long address) static @Nullable VkDataGraphTOSANameQualityARM.BuffercreateSafe(long address, int capacity) name()static ByteBuffernname(long struct) Unsafe version ofname().static StringnnameString(long struct) Unsafe version ofnameString().static intnqualityFlags(long struct) Unsafe version ofqualityFlags().intintsizeof()Returnssizeof(struct).Methods inherited from class Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
NAME
public static final int NAMEThe struct member offsets. -
QUALITYFLAGS
public static final int QUALITYFLAGSThe struct member offsets.
-
-
Constructor Details
-
VkDataGraphTOSANameQualityARM
Creates aVkDataGraphTOSANameQualityARMinstance 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<VkDataGraphTOSANameQualityARM>
-
name
- Returns:
- a
ByteBufferview of thenamefield.
-
nameString
- Returns:
- the null-terminated string stored in the
namefield.
-
qualityFlags
- Returns:
- the value of the
qualityFlagsfield.
-
create
Returns a newVkDataGraphTOSANameQualityARMinstance for the specified memory address. -
createSafe
-
create
Create aVkDataGraphTOSANameQualityARM.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
nname
Unsafe version ofname(). -
nnameString
Unsafe version ofnameString(). -
nqualityFlags
public static int nqualityFlags(long struct) Unsafe version ofqualityFlags().
-