Package org.lwjgl.vulkan
Class VkPhysicalDeviceDataGraphFeaturesARM
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceDataGraphFeaturesARM>
org.lwjgl.vulkan.VkPhysicalDeviceDataGraphFeaturesARM
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class VkPhysicalDeviceDataGraphFeaturesARM
extends Struct<VkPhysicalDeviceDataGraphFeaturesARM>
implements NativeResource
struct VkPhysicalDeviceDataGraphFeaturesARM {
VkStructureType sType;
void * pNext;
VkBool32 dataGraph;
VkBool32 dataGraphUpdateAfterBind;
VkBool32 dataGraphSpecializationConstants;
VkBool32 dataGraphDescriptorBuffer;
VkBool32 dataGraphShaderModule;
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPhysicalDeviceDataGraphFeaturesARMstructs.Nested 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 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
ConstructorsConstructorDescriptionVkPhysicalDeviceDataGraphFeaturesARM(ByteBuffer container) Creates aVkPhysicalDeviceDataGraphFeaturesARMinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(MemoryStack stack) Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.create()Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance at the specified memory.static @Nullable VkPhysicalDeviceDataGraphFeaturesARMcreateSafe(long address) static @Nullable VkPhysicalDeviceDataGraphFeaturesARM.BuffercreateSafe(long address, int capacity) booleandataGraph(boolean value) Sets the specified value to thedataGraphfield.booleandataGraphDescriptorBuffer(boolean value) Sets the specified value to thedataGraphDescriptorBufferfield.booleandataGraphShaderModule(boolean value) Sets the specified value to thedataGraphShaderModulefield.booleandataGraphSpecializationConstants(boolean value) Sets the specified value to thedataGraphSpecializationConstantsfield.booleandataGraphUpdateAfterBind(boolean value) Sets the specified value to thedataGraphUpdateAfterBindfield.malloc()Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated on the specifiedMemoryStack.malloc(MemoryStack stack) Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated on the specifiedMemoryStack.static intndataGraph(long struct) Unsafe version ofdataGraph().static voidndataGraph(long struct, int value) Unsafe version ofdataGraph.static intndataGraphDescriptorBuffer(long struct) Unsafe version ofdataGraphDescriptorBuffer().static voidndataGraphDescriptorBuffer(long struct, int value) Unsafe version ofdataGraphDescriptorBuffer.static intndataGraphShaderModule(long struct) Unsafe version ofdataGraphShaderModule().static voidndataGraphShaderModule(long struct, int value) Unsafe version ofdataGraphShaderModule.static intndataGraphSpecializationConstants(long struct) Unsafe version ofdataGraphSpecializationConstants().static voidndataGraphSpecializationConstants(long struct, int value) Unsafe version ofdataGraphSpecializationConstants.static intndataGraphUpdateAfterBind(long struct) Unsafe version ofdataGraphUpdateAfterBind().static voidndataGraphUpdateAfterBind(long struct, int value) Unsafe version ofdataGraphUpdateAfterBind.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.longpNext()pNext(long value) Sets the specified value to thepNextfield.set(int sType, long pNext, boolean dataGraph, boolean dataGraphUpdateAfterBind, boolean dataGraphSpecializationConstants, boolean dataGraphDescriptorBuffer, boolean dataGraphShaderModule) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).intsType()sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_FEATURES_ARMvalue to thesTypefield.Methods 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. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
DATAGRAPH
public static final int DATAGRAPHThe struct member offsets. -
DATAGRAPHUPDATEAFTERBIND
public static final int DATAGRAPHUPDATEAFTERBINDThe struct member offsets. -
DATAGRAPHSPECIALIZATIONCONSTANTS
public static final int DATAGRAPHSPECIALIZATIONCONSTANTSThe struct member offsets. -
DATAGRAPHDESCRIPTORBUFFER
public static final int DATAGRAPHDESCRIPTORBUFFERThe struct member offsets. -
DATAGRAPHSHADERMODULE
public static final int DATAGRAPHSHADERMODULEThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceDataGraphFeaturesARM
Creates aVkPhysicalDeviceDataGraphFeaturesARMinstance 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<VkPhysicalDeviceDataGraphFeaturesARM>
-
sType
public int sType()- Returns:
- the value of the
sTypefield.
-
pNext
public long pNext()- Returns:
- the value of the
pNextfield.
-
dataGraph
public boolean dataGraph()- Returns:
- the value of the
dataGraphfield.
-
dataGraphUpdateAfterBind
public boolean dataGraphUpdateAfterBind()- Returns:
- the value of the
dataGraphUpdateAfterBindfield.
-
dataGraphSpecializationConstants
public boolean dataGraphSpecializationConstants()- Returns:
- the value of the
dataGraphSpecializationConstantsfield.
-
dataGraphDescriptorBuffer
public boolean dataGraphDescriptorBuffer()- Returns:
- the value of the
dataGraphDescriptorBufferfield.
-
dataGraphShaderModule
public boolean dataGraphShaderModule()- Returns:
- the value of the
dataGraphShaderModulefield.
-
sType
Sets the specified value to thesTypefield. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DATA_GRAPH_FEATURES_ARMvalue to thesTypefield. -
pNext
Sets the specified value to thepNextfield. -
dataGraph
Sets the specified value to thedataGraphfield. -
dataGraphUpdateAfterBind
Sets the specified value to thedataGraphUpdateAfterBindfield. -
dataGraphSpecializationConstants
Sets the specified value to thedataGraphSpecializationConstantsfield. -
dataGraphDescriptorBuffer
Sets the specified value to thedataGraphDescriptorBufferfield. -
dataGraphShaderModule
Sets the specified value to thedataGraphShaderModulefield. -
set
public VkPhysicalDeviceDataGraphFeaturesARM set(int sType, long pNext, boolean dataGraph, boolean dataGraphUpdateAfterBind, boolean dataGraphSpecializationConstants, boolean dataGraphDescriptorBuffer, boolean dataGraphShaderModule) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceDataGraphFeaturesARM.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARMinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceDataGraphFeaturesARM.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
ndataGraph
public static int ndataGraph(long struct) Unsafe version ofdataGraph(). -
ndataGraphUpdateAfterBind
public static int ndataGraphUpdateAfterBind(long struct) Unsafe version ofdataGraphUpdateAfterBind(). -
ndataGraphSpecializationConstants
public static int ndataGraphSpecializationConstants(long struct) Unsafe version ofdataGraphSpecializationConstants(). -
ndataGraphDescriptorBuffer
public static int ndataGraphDescriptorBuffer(long struct) Unsafe version ofdataGraphDescriptorBuffer(). -
ndataGraphShaderModule
public static int ndataGraphShaderModule(long struct) Unsafe version ofdataGraphShaderModule(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
ndataGraph
public static void ndataGraph(long struct, int value) Unsafe version ofdataGraph. -
ndataGraphUpdateAfterBind
public static void ndataGraphUpdateAfterBind(long struct, int value) Unsafe version ofdataGraphUpdateAfterBind. -
ndataGraphSpecializationConstants
public static void ndataGraphSpecializationConstants(long struct, int value) Unsafe version ofdataGraphSpecializationConstants. -
ndataGraphDescriptorBuffer
public static void ndataGraphDescriptorBuffer(long struct, int value) Unsafe version ofdataGraphDescriptorBuffer. -
ndataGraphShaderModule
public static void ndataGraphShaderModule(long struct, int value) Unsafe version ofdataGraphShaderModule.
-