Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan14Features
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceVulkan14Features>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan14Features
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkPhysicalDeviceVulkan14Features
extends Struct<VkPhysicalDeviceVulkan14Features>
implements NativeResource
struct VkPhysicalDeviceVulkan14Features {
VkStructureType sType;
void * pNext;
VkBool32 globalPriorityQuery;
VkBool32 shaderSubgroupRotate;
VkBool32 shaderSubgroupRotateClustered;
VkBool32 shaderFloatControls2;
VkBool32 shaderExpectAssume;
VkBool32 rectangularLines;
VkBool32 bresenhamLines;
VkBool32 smoothLines;
VkBool32 stippledRectangularLines;
VkBool32 stippledBresenhamLines;
VkBool32 stippledSmoothLines;
VkBool32 vertexAttributeInstanceRateDivisor;
VkBool32 vertexAttributeInstanceRateZeroDivisor;
VkBool32 indexTypeUint8;
VkBool32 dynamicRenderingLocalRead;
VkBool32 maintenance5;
VkBool32 maintenance6;
VkBool32 pipelineProtectedAccess;
VkBool32 pipelineRobustness;
VkBool32 hostImageCopy;
VkBool32 pushDescriptor;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDeviceVulkan14Features
structs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan14Features
(ByteBuffer container) Creates aVkPhysicalDeviceVulkan14Features
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
bresenhamLines
(boolean value) Sets the specified value to thebresenhamLines
field.calloc()
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDeviceVulkan14Features
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.create()
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDeviceVulkan14Features
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDeviceVulkan14Features.Buffer
instance at the specified memory.static @Nullable VkPhysicalDeviceVulkan14Features
createSafe
(long address) static @Nullable VkPhysicalDeviceVulkan14Features.Buffer
createSafe
(long address, int capacity) boolean
dynamicRenderingLocalRead
(boolean value) Sets the specified value to thedynamicRenderingLocalRead
field.boolean
globalPriorityQuery
(boolean value) Sets the specified value to theglobalPriorityQuery
field.boolean
hostImageCopy
(boolean value) Sets the specified value to thehostImageCopy
field.boolean
indexTypeUint8
(boolean value) Sets the specified value to theindexTypeUint8
field.boolean
maintenance5
(boolean value) Sets the specified value to themaintenance5
field.boolean
maintenance6
(boolean value) Sets the specified value to themaintenance6
field.malloc()
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDeviceVulkan14Features
instance allocated on the specifiedMemoryStack
.static int
nbresenhamLines
(long struct) Unsafe version ofbresenhamLines()
.static void
nbresenhamLines
(long struct, int value) Unsafe version ofbresenhamLines
.static int
ndynamicRenderingLocalRead
(long struct) Unsafe version ofdynamicRenderingLocalRead()
.static void
ndynamicRenderingLocalRead
(long struct, int value) Unsafe version ofdynamicRenderingLocalRead
.static int
nglobalPriorityQuery
(long struct) Unsafe version ofglobalPriorityQuery()
.static void
nglobalPriorityQuery
(long struct, int value) Unsafe version ofglobalPriorityQuery
.static int
nhostImageCopy
(long struct) Unsafe version ofhostImageCopy()
.static void
nhostImageCopy
(long struct, int value) Unsafe version ofhostImageCopy
.static int
nindexTypeUint8
(long struct) Unsafe version ofindexTypeUint8()
.static void
nindexTypeUint8
(long struct, int value) Unsafe version ofindexTypeUint8
.static int
nmaintenance5
(long struct) Unsafe version ofmaintenance5()
.static void
nmaintenance5
(long struct, int value) Unsafe version ofmaintenance5
.static int
nmaintenance6
(long struct) Unsafe version ofmaintenance6()
.static void
nmaintenance6
(long struct, int value) Unsafe version ofmaintenance6
.static int
npipelineProtectedAccess
(long struct) Unsafe version ofpipelineProtectedAccess()
.static void
npipelineProtectedAccess
(long struct, int value) Unsafe version ofpipelineProtectedAccess
.static int
npipelineRobustness
(long struct) Unsafe version ofpipelineRobustness()
.static void
npipelineRobustness
(long struct, int value) Unsafe version ofpipelineRobustness
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static int
npushDescriptor
(long struct) Unsafe version ofpushDescriptor()
.static void
npushDescriptor
(long struct, int value) Unsafe version ofpushDescriptor
.static int
nrectangularLines
(long struct) Unsafe version ofrectangularLines()
.static void
nrectangularLines
(long struct, int value) Unsafe version ofrectangularLines
.static int
nshaderExpectAssume
(long struct) Unsafe version ofshaderExpectAssume()
.static void
nshaderExpectAssume
(long struct, int value) Unsafe version ofshaderExpectAssume
.static int
nshaderFloatControls2
(long struct) Unsafe version ofshaderFloatControls2()
.static void
nshaderFloatControls2
(long struct, int value) Unsafe version ofshaderFloatControls2
.static int
nshaderSubgroupRotate
(long struct) Unsafe version ofshaderSubgroupRotate()
.static void
nshaderSubgroupRotate
(long struct, int value) Unsafe version ofshaderSubgroupRotate
.static int
nshaderSubgroupRotateClustered
(long struct) Unsafe version ofshaderSubgroupRotateClustered()
.static void
nshaderSubgroupRotateClustered
(long struct, int value) Unsafe version ofshaderSubgroupRotateClustered
.static int
nsmoothLines
(long struct) Unsafe version ofsmoothLines()
.static void
nsmoothLines
(long struct, int value) Unsafe version ofsmoothLines
.static int
nstippledBresenhamLines
(long struct) Unsafe version ofstippledBresenhamLines()
.static void
nstippledBresenhamLines
(long struct, int value) Unsafe version ofstippledBresenhamLines
.static int
nstippledRectangularLines
(long struct) Unsafe version ofstippledRectangularLines()
.static void
nstippledRectangularLines
(long struct, int value) Unsafe version ofstippledRectangularLines
.static int
nstippledSmoothLines
(long struct) Unsafe version ofstippledSmoothLines()
.static void
nstippledSmoothLines
(long struct, int value) Unsafe version ofstippledSmoothLines
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.static int
nvertexAttributeInstanceRateDivisor
(long struct) Unsafe version ofvertexAttributeInstanceRateDivisor()
.static void
nvertexAttributeInstanceRateDivisor
(long struct, int value) Unsafe version ofvertexAttributeInstanceRateDivisor
.static int
nvertexAttributeInstanceRateZeroDivisor
(long struct) Unsafe version ofvertexAttributeInstanceRateZeroDivisor()
.static void
nvertexAttributeInstanceRateZeroDivisor
(long struct, int value) Unsafe version ofvertexAttributeInstanceRateZeroDivisor
.boolean
pipelineProtectedAccess
(boolean value) Sets the specified value to thepipelineProtectedAccess
field.boolean
pipelineRobustness
(boolean value) Sets the specified value to thepipelineRobustness
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.boolean
pushDescriptor
(boolean value) Sets the specified value to thepushDescriptor
field.boolean
rectangularLines
(boolean value) Sets the specified value to therectangularLines
field.set
(int sType, long pNext, boolean globalPriorityQuery, boolean shaderSubgroupRotate, boolean shaderSubgroupRotateClustered, boolean shaderFloatControls2, boolean shaderExpectAssume, boolean rectangularLines, boolean bresenhamLines, boolean smoothLines, boolean stippledRectangularLines, boolean stippledBresenhamLines, boolean stippledSmoothLines, boolean vertexAttributeInstanceRateDivisor, boolean vertexAttributeInstanceRateZeroDivisor, boolean indexTypeUint8, boolean dynamicRenderingLocalRead, boolean maintenance5, boolean maintenance6, boolean pipelineProtectedAccess, boolean pipelineRobustness, boolean hostImageCopy, boolean pushDescriptor) Initializes this struct with the specified values.Copies the specified struct data to this struct.boolean
shaderExpectAssume
(boolean value) Sets the specified value to theshaderExpectAssume
field.boolean
shaderFloatControls2
(boolean value) Sets the specified value to theshaderFloatControls2
field.boolean
shaderSubgroupRotate
(boolean value) Sets the specified value to theshaderSubgroupRotate
field.boolean
shaderSubgroupRotateClustered
(boolean value) Sets the specified value to theshaderSubgroupRotateClustered
field.int
sizeof()
Returnssizeof(struct)
.boolean
smoothLines
(boolean value) Sets the specified value to thesmoothLines
field.boolean
stippledBresenhamLines
(boolean value) Sets the specified value to thestippledBresenhamLines
field.boolean
stippledRectangularLines
(boolean value) Sets the specified value to thestippledRectangularLines
field.boolean
stippledSmoothLines
(boolean value) Sets the specified value to thestippledSmoothLines
field.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_FEATURES
value to thesType
field.boolean
vertexAttributeInstanceRateDivisor
(boolean value) Sets the specified value to thevertexAttributeInstanceRateDivisor
field.boolean
vertexAttributeInstanceRateZeroDivisor
(boolean value) Sets the specified value to thevertexAttributeInstanceRateZeroDivisor
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods 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. -
GLOBALPRIORITYQUERY
public static final int GLOBALPRIORITYQUERYThe struct member offsets. -
SHADERSUBGROUPROTATE
public static final int SHADERSUBGROUPROTATEThe struct member offsets. -
SHADERSUBGROUPROTATECLUSTERED
public static final int SHADERSUBGROUPROTATECLUSTEREDThe struct member offsets. -
SHADERFLOATCONTROLS2
public static final int SHADERFLOATCONTROLS2The struct member offsets. -
SHADEREXPECTASSUME
public static final int SHADEREXPECTASSUMEThe struct member offsets. -
RECTANGULARLINES
public static final int RECTANGULARLINESThe struct member offsets. -
BRESENHAMLINES
public static final int BRESENHAMLINESThe struct member offsets. -
SMOOTHLINES
public static final int SMOOTHLINESThe struct member offsets. -
STIPPLEDRECTANGULARLINES
public static final int STIPPLEDRECTANGULARLINESThe struct member offsets. -
STIPPLEDBRESENHAMLINES
public static final int STIPPLEDBRESENHAMLINESThe struct member offsets. -
STIPPLEDSMOOTHLINES
public static final int STIPPLEDSMOOTHLINESThe struct member offsets. -
VERTEXATTRIBUTEINSTANCERATEDIVISOR
public static final int VERTEXATTRIBUTEINSTANCERATEDIVISORThe struct member offsets. -
VERTEXATTRIBUTEINSTANCERATEZERODIVISOR
public static final int VERTEXATTRIBUTEINSTANCERATEZERODIVISORThe struct member offsets. -
INDEXTYPEUINT8
public static final int INDEXTYPEUINT8The struct member offsets. -
DYNAMICRENDERINGLOCALREAD
public static final int DYNAMICRENDERINGLOCALREADThe struct member offsets. -
MAINTENANCE5
public static final int MAINTENANCE5The struct member offsets. -
MAINTENANCE6
public static final int MAINTENANCE6The struct member offsets. -
PIPELINEPROTECTEDACCESS
public static final int PIPELINEPROTECTEDACCESSThe struct member offsets. -
PIPELINEROBUSTNESS
public static final int PIPELINEROBUSTNESSThe struct member offsets. -
HOSTIMAGECOPY
public static final int HOSTIMAGECOPYThe struct member offsets. -
PUSHDESCRIPTOR
public static final int PUSHDESCRIPTORThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceVulkan14Features
Creates aVkPhysicalDeviceVulkan14Features
instance at the current position of the specifiedByteBuffer
container. 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:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<VkPhysicalDeviceVulkan14Features>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
globalPriorityQuery
public boolean globalPriorityQuery()- Returns:
- the value of the
globalPriorityQuery
field.
-
shaderSubgroupRotate
public boolean shaderSubgroupRotate()- Returns:
- the value of the
shaderSubgroupRotate
field.
-
shaderSubgroupRotateClustered
public boolean shaderSubgroupRotateClustered()- Returns:
- the value of the
shaderSubgroupRotateClustered
field.
-
shaderFloatControls2
public boolean shaderFloatControls2()- Returns:
- the value of the
shaderFloatControls2
field.
-
shaderExpectAssume
public boolean shaderExpectAssume()- Returns:
- the value of the
shaderExpectAssume
field.
-
rectangularLines
public boolean rectangularLines()- Returns:
- the value of the
rectangularLines
field.
-
bresenhamLines
public boolean bresenhamLines()- Returns:
- the value of the
bresenhamLines
field.
-
smoothLines
public boolean smoothLines()- Returns:
- the value of the
smoothLines
field.
-
stippledRectangularLines
public boolean stippledRectangularLines()- Returns:
- the value of the
stippledRectangularLines
field.
-
stippledBresenhamLines
public boolean stippledBresenhamLines()- Returns:
- the value of the
stippledBresenhamLines
field.
-
stippledSmoothLines
public boolean stippledSmoothLines()- Returns:
- the value of the
stippledSmoothLines
field.
-
vertexAttributeInstanceRateDivisor
public boolean vertexAttributeInstanceRateDivisor()- Returns:
- the value of the
vertexAttributeInstanceRateDivisor
field.
-
vertexAttributeInstanceRateZeroDivisor
public boolean vertexAttributeInstanceRateZeroDivisor()- Returns:
- the value of the
vertexAttributeInstanceRateZeroDivisor
field.
-
indexTypeUint8
public boolean indexTypeUint8()- Returns:
- the value of the
indexTypeUint8
field.
-
dynamicRenderingLocalRead
public boolean dynamicRenderingLocalRead()- Returns:
- the value of the
dynamicRenderingLocalRead
field.
-
maintenance5
public boolean maintenance5()- Returns:
- the value of the
maintenance5
field.
-
maintenance6
public boolean maintenance6()- Returns:
- the value of the
maintenance6
field.
-
pipelineProtectedAccess
public boolean pipelineProtectedAccess()- Returns:
- the value of the
pipelineProtectedAccess
field.
-
pipelineRobustness
public boolean pipelineRobustness()- Returns:
- the value of the
pipelineRobustness
field.
-
hostImageCopy
public boolean hostImageCopy()- Returns:
- the value of the
hostImageCopy
field.
-
pushDescriptor
public boolean pushDescriptor()- Returns:
- the value of the
pushDescriptor
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_4_FEATURES
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
globalPriorityQuery
Sets the specified value to theglobalPriorityQuery
field. -
shaderSubgroupRotate
Sets the specified value to theshaderSubgroupRotate
field. -
shaderSubgroupRotateClustered
Sets the specified value to theshaderSubgroupRotateClustered
field. -
shaderFloatControls2
Sets the specified value to theshaderFloatControls2
field. -
shaderExpectAssume
Sets the specified value to theshaderExpectAssume
field. -
rectangularLines
Sets the specified value to therectangularLines
field. -
bresenhamLines
Sets the specified value to thebresenhamLines
field. -
smoothLines
Sets the specified value to thesmoothLines
field. -
stippledRectangularLines
Sets the specified value to thestippledRectangularLines
field. -
stippledBresenhamLines
Sets the specified value to thestippledBresenhamLines
field. -
stippledSmoothLines
Sets the specified value to thestippledSmoothLines
field. -
vertexAttributeInstanceRateDivisor
Sets the specified value to thevertexAttributeInstanceRateDivisor
field. -
vertexAttributeInstanceRateZeroDivisor
Sets the specified value to thevertexAttributeInstanceRateZeroDivisor
field. -
indexTypeUint8
Sets the specified value to theindexTypeUint8
field. -
dynamicRenderingLocalRead
Sets the specified value to thedynamicRenderingLocalRead
field. -
maintenance5
Sets the specified value to themaintenance5
field. -
maintenance6
Sets the specified value to themaintenance6
field. -
pipelineProtectedAccess
Sets the specified value to thepipelineProtectedAccess
field. -
pipelineRobustness
Sets the specified value to thepipelineRobustness
field. -
hostImageCopy
Sets the specified value to thehostImageCopy
field. -
pushDescriptor
Sets the specified value to thepushDescriptor
field. -
set
public VkPhysicalDeviceVulkan14Features set(int sType, long pNext, boolean globalPriorityQuery, boolean shaderSubgroupRotate, boolean shaderSubgroupRotateClustered, boolean shaderFloatControls2, boolean shaderExpectAssume, boolean rectangularLines, boolean bresenhamLines, boolean smoothLines, boolean stippledRectangularLines, boolean stippledBresenhamLines, boolean stippledSmoothLines, boolean vertexAttributeInstanceRateDivisor, boolean vertexAttributeInstanceRateZeroDivisor, boolean indexTypeUint8, boolean dynamicRenderingLocalRead, boolean maintenance5, boolean maintenance6, boolean pipelineProtectedAccess, boolean pipelineRobustness, boolean hostImageCopy, boolean pushDescriptor) 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 newVkPhysicalDeviceVulkan14Features
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDeviceVulkan14Features
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkPhysicalDeviceVulkan14Features.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceVulkan14Features.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan14Features
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan14Features.Buffer
instance allocated on the specifiedMemoryStack
and 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()
. -
nglobalPriorityQuery
public static int nglobalPriorityQuery(long struct) Unsafe version ofglobalPriorityQuery()
. -
nshaderSubgroupRotate
public static int nshaderSubgroupRotate(long struct) Unsafe version ofshaderSubgroupRotate()
. -
nshaderSubgroupRotateClustered
public static int nshaderSubgroupRotateClustered(long struct) Unsafe version ofshaderSubgroupRotateClustered()
. -
nshaderFloatControls2
public static int nshaderFloatControls2(long struct) Unsafe version ofshaderFloatControls2()
. -
nshaderExpectAssume
public static int nshaderExpectAssume(long struct) Unsafe version ofshaderExpectAssume()
. -
nrectangularLines
public static int nrectangularLines(long struct) Unsafe version ofrectangularLines()
. -
nbresenhamLines
public static int nbresenhamLines(long struct) Unsafe version ofbresenhamLines()
. -
nsmoothLines
public static int nsmoothLines(long struct) Unsafe version ofsmoothLines()
. -
nstippledRectangularLines
public static int nstippledRectangularLines(long struct) Unsafe version ofstippledRectangularLines()
. -
nstippledBresenhamLines
public static int nstippledBresenhamLines(long struct) Unsafe version ofstippledBresenhamLines()
. -
nstippledSmoothLines
public static int nstippledSmoothLines(long struct) Unsafe version ofstippledSmoothLines()
. -
nvertexAttributeInstanceRateDivisor
public static int nvertexAttributeInstanceRateDivisor(long struct) Unsafe version ofvertexAttributeInstanceRateDivisor()
. -
nvertexAttributeInstanceRateZeroDivisor
public static int nvertexAttributeInstanceRateZeroDivisor(long struct) Unsafe version ofvertexAttributeInstanceRateZeroDivisor()
. -
nindexTypeUint8
public static int nindexTypeUint8(long struct) Unsafe version ofindexTypeUint8()
. -
ndynamicRenderingLocalRead
public static int ndynamicRenderingLocalRead(long struct) Unsafe version ofdynamicRenderingLocalRead()
. -
nmaintenance5
public static int nmaintenance5(long struct) Unsafe version ofmaintenance5()
. -
nmaintenance6
public static int nmaintenance6(long struct) Unsafe version ofmaintenance6()
. -
npipelineProtectedAccess
public static int npipelineProtectedAccess(long struct) Unsafe version ofpipelineProtectedAccess()
. -
npipelineRobustness
public static int npipelineRobustness(long struct) Unsafe version ofpipelineRobustness()
. -
nhostImageCopy
public static int nhostImageCopy(long struct) Unsafe version ofhostImageCopy()
. -
npushDescriptor
public static int npushDescriptor(long struct) Unsafe version ofpushDescriptor()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
nglobalPriorityQuery
public static void nglobalPriorityQuery(long struct, int value) Unsafe version ofglobalPriorityQuery
. -
nshaderSubgroupRotate
public static void nshaderSubgroupRotate(long struct, int value) Unsafe version ofshaderSubgroupRotate
. -
nshaderSubgroupRotateClustered
public static void nshaderSubgroupRotateClustered(long struct, int value) Unsafe version ofshaderSubgroupRotateClustered
. -
nshaderFloatControls2
public static void nshaderFloatControls2(long struct, int value) Unsafe version ofshaderFloatControls2
. -
nshaderExpectAssume
public static void nshaderExpectAssume(long struct, int value) Unsafe version ofshaderExpectAssume
. -
nrectangularLines
public static void nrectangularLines(long struct, int value) Unsafe version ofrectangularLines
. -
nbresenhamLines
public static void nbresenhamLines(long struct, int value) Unsafe version ofbresenhamLines
. -
nsmoothLines
public static void nsmoothLines(long struct, int value) Unsafe version ofsmoothLines
. -
nstippledRectangularLines
public static void nstippledRectangularLines(long struct, int value) Unsafe version ofstippledRectangularLines
. -
nstippledBresenhamLines
public static void nstippledBresenhamLines(long struct, int value) Unsafe version ofstippledBresenhamLines
. -
nstippledSmoothLines
public static void nstippledSmoothLines(long struct, int value) Unsafe version ofstippledSmoothLines
. -
nvertexAttributeInstanceRateDivisor
public static void nvertexAttributeInstanceRateDivisor(long struct, int value) Unsafe version ofvertexAttributeInstanceRateDivisor
. -
nvertexAttributeInstanceRateZeroDivisor
public static void nvertexAttributeInstanceRateZeroDivisor(long struct, int value) Unsafe version ofvertexAttributeInstanceRateZeroDivisor
. -
nindexTypeUint8
public static void nindexTypeUint8(long struct, int value) Unsafe version ofindexTypeUint8
. -
ndynamicRenderingLocalRead
public static void ndynamicRenderingLocalRead(long struct, int value) Unsafe version ofdynamicRenderingLocalRead
. -
nmaintenance5
public static void nmaintenance5(long struct, int value) Unsafe version ofmaintenance5
. -
nmaintenance6
public static void nmaintenance6(long struct, int value) Unsafe version ofmaintenance6
. -
npipelineProtectedAccess
public static void npipelineProtectedAccess(long struct, int value) Unsafe version ofpipelineProtectedAccess
. -
npipelineRobustness
public static void npipelineRobustness(long struct, int value) Unsafe version ofpipelineRobustness
. -
nhostImageCopy
public static void nhostImageCopy(long struct, int value) Unsafe version ofhostImageCopy
. -
npushDescriptor
public static void npushDescriptor(long struct, int value) Unsafe version ofpushDescriptor
.
-