Package org.lwjgl.vulkan
Class VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceExtendedDynamicState3FeaturesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
extends Struct<VkPhysicalDeviceExtendedDynamicState3FeaturesEXT>
implements NativeResource
struct VkPhysicalDeviceExtendedDynamicState3FeaturesEXT {
VkStructureType sType;
void * pNext;
VkBool32 extendedDynamicState3TessellationDomainOrigin;
VkBool32 extendedDynamicState3DepthClampEnable;
VkBool32 extendedDynamicState3PolygonMode;
VkBool32 extendedDynamicState3RasterizationSamples;
VkBool32 extendedDynamicState3SampleMask;
VkBool32 extendedDynamicState3AlphaToCoverageEnable;
VkBool32 extendedDynamicState3AlphaToOneEnable;
VkBool32 extendedDynamicState3LogicOpEnable;
VkBool32 extendedDynamicState3ColorBlendEnable;
VkBool32 extendedDynamicState3ColorBlendEquation;
VkBool32 extendedDynamicState3ColorWriteMask;
VkBool32 extendedDynamicState3RasterizationStream;
VkBool32 extendedDynamicState3ConservativeRasterizationMode;
VkBool32 extendedDynamicState3ExtraPrimitiveOverestimationSize;
VkBool32 extendedDynamicState3DepthClipEnable;
VkBool32 extendedDynamicState3SampleLocationsEnable;
VkBool32 extendedDynamicState3ColorBlendAdvanced;
VkBool32 extendedDynamicState3ProvokingVertexMode;
VkBool32 extendedDynamicState3LineRasterizationMode;
VkBool32 extendedDynamicState3LineStippleEnable;
VkBool32 extendedDynamicState3DepthClipNegativeOneToOne;
VkBool32 extendedDynamicState3ViewportWScalingEnable;
VkBool32 extendedDynamicState3ViewportSwizzle;
VkBool32 extendedDynamicState3CoverageToColorEnable;
VkBool32 extendedDynamicState3CoverageToColorLocation;
VkBool32 extendedDynamicState3CoverageModulationMode;
VkBool32 extendedDynamicState3CoverageModulationTableEnable;
VkBool32 extendedDynamicState3CoverageModulationTable;
VkBool32 extendedDynamicState3CoverageReductionMode;
VkBool32 extendedDynamicState3RepresentativeFragmentTestEnable;
VkBool32 extendedDynamicState3ShadingRateImageEnable;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
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 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.create()
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance at the specified memory.static @Nullable VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
createSafe
(long address) static @Nullable VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
createSafe
(long address, int capacity) boolean
extendedDynamicState3AlphaToCoverageEnable
(boolean value) Sets the specified value to theextendedDynamicState3AlphaToCoverageEnable
field.boolean
extendedDynamicState3AlphaToOneEnable
(boolean value) Sets the specified value to theextendedDynamicState3AlphaToOneEnable
field.boolean
extendedDynamicState3ColorBlendAdvanced
(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendAdvanced
field.boolean
extendedDynamicState3ColorBlendEnable
(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendEnable
field.boolean
extendedDynamicState3ColorBlendEquation
(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendEquation
field.boolean
extendedDynamicState3ColorWriteMask
(boolean value) Sets the specified value to theextendedDynamicState3ColorWriteMask
field.boolean
extendedDynamicState3ConservativeRasterizationMode
(boolean value) Sets the specified value to theextendedDynamicState3ConservativeRasterizationMode
field.boolean
extendedDynamicState3CoverageModulationMode
(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationMode
field.boolean
extendedDynamicState3CoverageModulationTable
(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationTable
field.boolean
extendedDynamicState3CoverageModulationTableEnable
(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationTableEnable
field.boolean
extendedDynamicState3CoverageReductionMode
(boolean value) Sets the specified value to theextendedDynamicState3CoverageReductionMode
field.boolean
extendedDynamicState3CoverageToColorEnable
(boolean value) Sets the specified value to theextendedDynamicState3CoverageToColorEnable
field.boolean
extendedDynamicState3CoverageToColorLocation
(boolean value) Sets the specified value to theextendedDynamicState3CoverageToColorLocation
field.boolean
extendedDynamicState3DepthClampEnable
(boolean value) Sets the specified value to theextendedDynamicState3DepthClampEnable
field.boolean
extendedDynamicState3DepthClipEnable
(boolean value) Sets the specified value to theextendedDynamicState3DepthClipEnable
field.boolean
extendedDynamicState3DepthClipNegativeOneToOne
(boolean value) Sets the specified value to theextendedDynamicState3DepthClipNegativeOneToOne
field.boolean
extendedDynamicState3ExtraPrimitiveOverestimationSize
(boolean value) Sets the specified value to theextendedDynamicState3ExtraPrimitiveOverestimationSize
field.boolean
extendedDynamicState3LineRasterizationMode
(boolean value) Sets the specified value to theextendedDynamicState3LineRasterizationMode
field.boolean
extendedDynamicState3LineStippleEnable
(boolean value) Sets the specified value to theextendedDynamicState3LineStippleEnable
field.boolean
extendedDynamicState3LogicOpEnable
(boolean value) Sets the specified value to theextendedDynamicState3LogicOpEnable
field.boolean
extendedDynamicState3PolygonMode
(boolean value) Sets the specified value to theextendedDynamicState3PolygonMode
field.boolean
extendedDynamicState3ProvokingVertexMode
(boolean value) Sets the specified value to theextendedDynamicState3ProvokingVertexMode
field.boolean
extendedDynamicState3RasterizationSamples
(boolean value) Sets the specified value to theextendedDynamicState3RasterizationSamples
field.boolean
extendedDynamicState3RasterizationStream
(boolean value) Sets the specified value to theextendedDynamicState3RasterizationStream
field.boolean
extendedDynamicState3RepresentativeFragmentTestEnable
(boolean value) Sets the specified value to theextendedDynamicState3RepresentativeFragmentTestEnable
field.boolean
extendedDynamicState3SampleLocationsEnable
(boolean value) Sets the specified value to theextendedDynamicState3SampleLocationsEnable
field.boolean
extendedDynamicState3SampleMask
(boolean value) Sets the specified value to theextendedDynamicState3SampleMask
field.boolean
extendedDynamicState3ShadingRateImageEnable
(boolean value) Sets the specified value to theextendedDynamicState3ShadingRateImageEnable
field.boolean
extendedDynamicState3TessellationDomainOrigin
(boolean value) Sets the specified value to theextendedDynamicState3TessellationDomainOrigin
field.boolean
extendedDynamicState3ViewportSwizzle
(boolean value) Sets the specified value to theextendedDynamicState3ViewportSwizzle
field.boolean
extendedDynamicState3ViewportWScalingEnable
(boolean value) Sets the specified value to theextendedDynamicState3ViewportWScalingEnable
field.malloc()
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated on the specifiedMemoryStack
.static int
nextendedDynamicState3AlphaToCoverageEnable
(long struct) Unsafe version ofextendedDynamicState3AlphaToCoverageEnable()
.static void
nextendedDynamicState3AlphaToCoverageEnable
(long struct, int value) Unsafe version ofextendedDynamicState3AlphaToCoverageEnable
.static int
nextendedDynamicState3AlphaToOneEnable
(long struct) Unsafe version ofextendedDynamicState3AlphaToOneEnable()
.static void
nextendedDynamicState3AlphaToOneEnable
(long struct, int value) Unsafe version ofextendedDynamicState3AlphaToOneEnable
.static int
nextendedDynamicState3ColorBlendAdvanced
(long struct) Unsafe version ofextendedDynamicState3ColorBlendAdvanced()
.static void
nextendedDynamicState3ColorBlendAdvanced
(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendAdvanced
.static int
nextendedDynamicState3ColorBlendEnable
(long struct) Unsafe version ofextendedDynamicState3ColorBlendEnable()
.static void
nextendedDynamicState3ColorBlendEnable
(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendEnable
.static int
nextendedDynamicState3ColorBlendEquation
(long struct) Unsafe version ofextendedDynamicState3ColorBlendEquation()
.static void
nextendedDynamicState3ColorBlendEquation
(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendEquation
.static int
nextendedDynamicState3ColorWriteMask
(long struct) Unsafe version ofextendedDynamicState3ColorWriteMask()
.static void
nextendedDynamicState3ColorWriteMask
(long struct, int value) Unsafe version ofextendedDynamicState3ColorWriteMask
.static int
nextendedDynamicState3ConservativeRasterizationMode
(long struct) Unsafe version ofextendedDynamicState3ConservativeRasterizationMode()
.static void
nextendedDynamicState3ConservativeRasterizationMode
(long struct, int value) Unsafe version ofextendedDynamicState3ConservativeRasterizationMode
.static int
nextendedDynamicState3CoverageModulationMode
(long struct) Unsafe version ofextendedDynamicState3CoverageModulationMode()
.static void
nextendedDynamicState3CoverageModulationMode
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationMode
.static int
nextendedDynamicState3CoverageModulationTable
(long struct) Unsafe version ofextendedDynamicState3CoverageModulationTable()
.static void
nextendedDynamicState3CoverageModulationTable
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationTable
.static int
nextendedDynamicState3CoverageModulationTableEnable
(long struct) Unsafe version ofextendedDynamicState3CoverageModulationTableEnable()
.static void
nextendedDynamicState3CoverageModulationTableEnable
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationTableEnable
.static int
nextendedDynamicState3CoverageReductionMode
(long struct) Unsafe version ofextendedDynamicState3CoverageReductionMode()
.static void
nextendedDynamicState3CoverageReductionMode
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageReductionMode
.static int
nextendedDynamicState3CoverageToColorEnable
(long struct) Unsafe version ofextendedDynamicState3CoverageToColorEnable()
.static void
nextendedDynamicState3CoverageToColorEnable
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageToColorEnable
.static int
nextendedDynamicState3CoverageToColorLocation
(long struct) Unsafe version ofextendedDynamicState3CoverageToColorLocation()
.static void
nextendedDynamicState3CoverageToColorLocation
(long struct, int value) Unsafe version ofextendedDynamicState3CoverageToColorLocation
.static int
nextendedDynamicState3DepthClampEnable
(long struct) Unsafe version ofextendedDynamicState3DepthClampEnable()
.static void
nextendedDynamicState3DepthClampEnable
(long struct, int value) Unsafe version ofextendedDynamicState3DepthClampEnable
.static int
nextendedDynamicState3DepthClipEnable
(long struct) Unsafe version ofextendedDynamicState3DepthClipEnable()
.static void
nextendedDynamicState3DepthClipEnable
(long struct, int value) Unsafe version ofextendedDynamicState3DepthClipEnable
.static int
nextendedDynamicState3DepthClipNegativeOneToOne
(long struct) Unsafe version ofextendedDynamicState3DepthClipNegativeOneToOne()
.static void
nextendedDynamicState3DepthClipNegativeOneToOne
(long struct, int value) Unsafe version ofextendedDynamicState3DepthClipNegativeOneToOne
.static int
Unsafe version ofextendedDynamicState3ExtraPrimitiveOverestimationSize()
.static void
nextendedDynamicState3ExtraPrimitiveOverestimationSize
(long struct, int value) Unsafe version ofextendedDynamicState3ExtraPrimitiveOverestimationSize
.static int
nextendedDynamicState3LineRasterizationMode
(long struct) Unsafe version ofextendedDynamicState3LineRasterizationMode()
.static void
nextendedDynamicState3LineRasterizationMode
(long struct, int value) Unsafe version ofextendedDynamicState3LineRasterizationMode
.static int
nextendedDynamicState3LineStippleEnable
(long struct) Unsafe version ofextendedDynamicState3LineStippleEnable()
.static void
nextendedDynamicState3LineStippleEnable
(long struct, int value) Unsafe version ofextendedDynamicState3LineStippleEnable
.static int
nextendedDynamicState3LogicOpEnable
(long struct) Unsafe version ofextendedDynamicState3LogicOpEnable()
.static void
nextendedDynamicState3LogicOpEnable
(long struct, int value) Unsafe version ofextendedDynamicState3LogicOpEnable
.static int
nextendedDynamicState3PolygonMode
(long struct) Unsafe version ofextendedDynamicState3PolygonMode()
.static void
nextendedDynamicState3PolygonMode
(long struct, int value) Unsafe version ofextendedDynamicState3PolygonMode
.static int
nextendedDynamicState3ProvokingVertexMode
(long struct) Unsafe version ofextendedDynamicState3ProvokingVertexMode()
.static void
nextendedDynamicState3ProvokingVertexMode
(long struct, int value) Unsafe version ofextendedDynamicState3ProvokingVertexMode
.static int
nextendedDynamicState3RasterizationSamples
(long struct) Unsafe version ofextendedDynamicState3RasterizationSamples()
.static void
nextendedDynamicState3RasterizationSamples
(long struct, int value) Unsafe version ofextendedDynamicState3RasterizationSamples
.static int
nextendedDynamicState3RasterizationStream
(long struct) Unsafe version ofextendedDynamicState3RasterizationStream()
.static void
nextendedDynamicState3RasterizationStream
(long struct, int value) Unsafe version ofextendedDynamicState3RasterizationStream
.static int
Unsafe version ofextendedDynamicState3RepresentativeFragmentTestEnable()
.static void
nextendedDynamicState3RepresentativeFragmentTestEnable
(long struct, int value) Unsafe version ofextendedDynamicState3RepresentativeFragmentTestEnable
.static int
nextendedDynamicState3SampleLocationsEnable
(long struct) Unsafe version ofextendedDynamicState3SampleLocationsEnable()
.static void
nextendedDynamicState3SampleLocationsEnable
(long struct, int value) Unsafe version ofextendedDynamicState3SampleLocationsEnable
.static int
nextendedDynamicState3SampleMask
(long struct) Unsafe version ofextendedDynamicState3SampleMask()
.static void
nextendedDynamicState3SampleMask
(long struct, int value) Unsafe version ofextendedDynamicState3SampleMask
.static int
nextendedDynamicState3ShadingRateImageEnable
(long struct) Unsafe version ofextendedDynamicState3ShadingRateImageEnable()
.static void
nextendedDynamicState3ShadingRateImageEnable
(long struct, int value) Unsafe version ofextendedDynamicState3ShadingRateImageEnable
.static int
nextendedDynamicState3TessellationDomainOrigin
(long struct) Unsafe version ofextendedDynamicState3TessellationDomainOrigin()
.static void
nextendedDynamicState3TessellationDomainOrigin
(long struct, int value) Unsafe version ofextendedDynamicState3TessellationDomainOrigin
.static int
nextendedDynamicState3ViewportSwizzle
(long struct) Unsafe version ofextendedDynamicState3ViewportSwizzle()
.static void
nextendedDynamicState3ViewportSwizzle
(long struct, int value) Unsafe version ofextendedDynamicState3ViewportSwizzle
.static int
nextendedDynamicState3ViewportWScalingEnable
(long struct) Unsafe version ofextendedDynamicState3ViewportWScalingEnable()
.static void
nextendedDynamicState3ViewportWScalingEnable
(long struct, int value) Unsafe version ofextendedDynamicState3ViewportWScalingEnable
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.set
(int sType, long pNext, boolean extendedDynamicState3TessellationDomainOrigin, boolean extendedDynamicState3DepthClampEnable, boolean extendedDynamicState3PolygonMode, boolean extendedDynamicState3RasterizationSamples, boolean extendedDynamicState3SampleMask, boolean extendedDynamicState3AlphaToCoverageEnable, boolean extendedDynamicState3AlphaToOneEnable, boolean extendedDynamicState3LogicOpEnable, boolean extendedDynamicState3ColorBlendEnable, boolean extendedDynamicState3ColorBlendEquation, boolean extendedDynamicState3ColorWriteMask, boolean extendedDynamicState3RasterizationStream, boolean extendedDynamicState3ConservativeRasterizationMode, boolean extendedDynamicState3ExtraPrimitiveOverestimationSize, boolean extendedDynamicState3DepthClipEnable, boolean extendedDynamicState3SampleLocationsEnable, boolean extendedDynamicState3ColorBlendAdvanced, boolean extendedDynamicState3ProvokingVertexMode, boolean extendedDynamicState3LineRasterizationMode, boolean extendedDynamicState3LineStippleEnable, boolean extendedDynamicState3DepthClipNegativeOneToOne, boolean extendedDynamicState3ViewportWScalingEnable, boolean extendedDynamicState3ViewportSwizzle, boolean extendedDynamicState3CoverageToColorEnable, boolean extendedDynamicState3CoverageToColorLocation, boolean extendedDynamicState3CoverageModulationMode, boolean extendedDynamicState3CoverageModulationTableEnable, boolean extendedDynamicState3CoverageModulationTable, boolean extendedDynamicState3CoverageReductionMode, boolean extendedDynamicState3RepresentativeFragmentTestEnable, boolean extendedDynamicState3ShadingRateImageEnable) Initializes this struct with the specified values.Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_FEATURES_EXT
value to thesType
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. -
EXTENDEDDYNAMICSTATE3TESSELLATIONDOMAINORIGIN
public static final int EXTENDEDDYNAMICSTATE3TESSELLATIONDOMAINORIGINThe struct member offsets. -
EXTENDEDDYNAMICSTATE3DEPTHCLAMPENABLE
public static final int EXTENDEDDYNAMICSTATE3DEPTHCLAMPENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3POLYGONMODE
public static final int EXTENDEDDYNAMICSTATE3POLYGONMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3RASTERIZATIONSAMPLES
public static final int EXTENDEDDYNAMICSTATE3RASTERIZATIONSAMPLESThe struct member offsets. -
EXTENDEDDYNAMICSTATE3SAMPLEMASK
public static final int EXTENDEDDYNAMICSTATE3SAMPLEMASKThe struct member offsets. -
EXTENDEDDYNAMICSTATE3ALPHATOCOVERAGEENABLE
public static final int EXTENDEDDYNAMICSTATE3ALPHATOCOVERAGEENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3ALPHATOONEENABLE
public static final int EXTENDEDDYNAMICSTATE3ALPHATOONEENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3LOGICOPENABLE
public static final int EXTENDEDDYNAMICSTATE3LOGICOPENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COLORBLENDENABLE
public static final int EXTENDEDDYNAMICSTATE3COLORBLENDENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COLORBLENDEQUATION
public static final int EXTENDEDDYNAMICSTATE3COLORBLENDEQUATIONThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COLORWRITEMASK
public static final int EXTENDEDDYNAMICSTATE3COLORWRITEMASKThe struct member offsets. -
EXTENDEDDYNAMICSTATE3RASTERIZATIONSTREAM
public static final int EXTENDEDDYNAMICSTATE3RASTERIZATIONSTREAMThe struct member offsets. -
EXTENDEDDYNAMICSTATE3CONSERVATIVERASTERIZATIONMODE
public static final int EXTENDEDDYNAMICSTATE3CONSERVATIVERASTERIZATIONMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3EXTRAPRIMITIVEOVERESTIMATIONSIZE
public static final int EXTENDEDDYNAMICSTATE3EXTRAPRIMITIVEOVERESTIMATIONSIZEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3DEPTHCLIPENABLE
public static final int EXTENDEDDYNAMICSTATE3DEPTHCLIPENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3SAMPLELOCATIONSENABLE
public static final int EXTENDEDDYNAMICSTATE3SAMPLELOCATIONSENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COLORBLENDADVANCED
public static final int EXTENDEDDYNAMICSTATE3COLORBLENDADVANCEDThe struct member offsets. -
EXTENDEDDYNAMICSTATE3PROVOKINGVERTEXMODE
public static final int EXTENDEDDYNAMICSTATE3PROVOKINGVERTEXMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3LINERASTERIZATIONMODE
public static final int EXTENDEDDYNAMICSTATE3LINERASTERIZATIONMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3LINESTIPPLEENABLE
public static final int EXTENDEDDYNAMICSTATE3LINESTIPPLEENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3DEPTHCLIPNEGATIVEONETOONE
public static final int EXTENDEDDYNAMICSTATE3DEPTHCLIPNEGATIVEONETOONEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3VIEWPORTWSCALINGENABLE
public static final int EXTENDEDDYNAMICSTATE3VIEWPORTWSCALINGENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3VIEWPORTSWIZZLE
public static final int EXTENDEDDYNAMICSTATE3VIEWPORTSWIZZLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGETOCOLORENABLE
public static final int EXTENDEDDYNAMICSTATE3COVERAGETOCOLORENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGETOCOLORLOCATION
public static final int EXTENDEDDYNAMICSTATE3COVERAGETOCOLORLOCATIONThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONMODE
public static final int EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONTABLEENABLE
public static final int EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONTABLEENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONTABLE
public static final int EXTENDEDDYNAMICSTATE3COVERAGEMODULATIONTABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3COVERAGEREDUCTIONMODE
public static final int EXTENDEDDYNAMICSTATE3COVERAGEREDUCTIONMODEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3REPRESENTATIVEFRAGMENTTESTENABLE
public static final int EXTENDEDDYNAMICSTATE3REPRESENTATIVEFRAGMENTTESTENABLEThe struct member offsets. -
EXTENDEDDYNAMICSTATE3SHADINGRATEIMAGEENABLE
public static final int EXTENDEDDYNAMICSTATE3SHADINGRATEIMAGEENABLEThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceExtendedDynamicState3FeaturesEXT
Creates aVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
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<VkPhysicalDeviceExtendedDynamicState3FeaturesEXT>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
extendedDynamicState3TessellationDomainOrigin
public boolean extendedDynamicState3TessellationDomainOrigin()- Returns:
- the value of the
extendedDynamicState3TessellationDomainOrigin
field.
-
extendedDynamicState3DepthClampEnable
public boolean extendedDynamicState3DepthClampEnable()- Returns:
- the value of the
extendedDynamicState3DepthClampEnable
field.
-
extendedDynamicState3PolygonMode
public boolean extendedDynamicState3PolygonMode()- Returns:
- the value of the
extendedDynamicState3PolygonMode
field.
-
extendedDynamicState3RasterizationSamples
public boolean extendedDynamicState3RasterizationSamples()- Returns:
- the value of the
extendedDynamicState3RasterizationSamples
field.
-
extendedDynamicState3SampleMask
public boolean extendedDynamicState3SampleMask()- Returns:
- the value of the
extendedDynamicState3SampleMask
field.
-
extendedDynamicState3AlphaToCoverageEnable
public boolean extendedDynamicState3AlphaToCoverageEnable()- Returns:
- the value of the
extendedDynamicState3AlphaToCoverageEnable
field.
-
extendedDynamicState3AlphaToOneEnable
public boolean extendedDynamicState3AlphaToOneEnable()- Returns:
- the value of the
extendedDynamicState3AlphaToOneEnable
field.
-
extendedDynamicState3LogicOpEnable
public boolean extendedDynamicState3LogicOpEnable()- Returns:
- the value of the
extendedDynamicState3LogicOpEnable
field.
-
extendedDynamicState3ColorBlendEnable
public boolean extendedDynamicState3ColorBlendEnable()- Returns:
- the value of the
extendedDynamicState3ColorBlendEnable
field.
-
extendedDynamicState3ColorBlendEquation
public boolean extendedDynamicState3ColorBlendEquation()- Returns:
- the value of the
extendedDynamicState3ColorBlendEquation
field.
-
extendedDynamicState3ColorWriteMask
public boolean extendedDynamicState3ColorWriteMask()- Returns:
- the value of the
extendedDynamicState3ColorWriteMask
field.
-
extendedDynamicState3RasterizationStream
public boolean extendedDynamicState3RasterizationStream()- Returns:
- the value of the
extendedDynamicState3RasterizationStream
field.
-
extendedDynamicState3ConservativeRasterizationMode
public boolean extendedDynamicState3ConservativeRasterizationMode()- Returns:
- the value of the
extendedDynamicState3ConservativeRasterizationMode
field.
-
extendedDynamicState3ExtraPrimitiveOverestimationSize
public boolean extendedDynamicState3ExtraPrimitiveOverestimationSize()- Returns:
- the value of the
extendedDynamicState3ExtraPrimitiveOverestimationSize
field.
-
extendedDynamicState3DepthClipEnable
public boolean extendedDynamicState3DepthClipEnable()- Returns:
- the value of the
extendedDynamicState3DepthClipEnable
field.
-
extendedDynamicState3SampleLocationsEnable
public boolean extendedDynamicState3SampleLocationsEnable()- Returns:
- the value of the
extendedDynamicState3SampleLocationsEnable
field.
-
extendedDynamicState3ColorBlendAdvanced
public boolean extendedDynamicState3ColorBlendAdvanced()- Returns:
- the value of the
extendedDynamicState3ColorBlendAdvanced
field.
-
extendedDynamicState3ProvokingVertexMode
public boolean extendedDynamicState3ProvokingVertexMode()- Returns:
- the value of the
extendedDynamicState3ProvokingVertexMode
field.
-
extendedDynamicState3LineRasterizationMode
public boolean extendedDynamicState3LineRasterizationMode()- Returns:
- the value of the
extendedDynamicState3LineRasterizationMode
field.
-
extendedDynamicState3LineStippleEnable
public boolean extendedDynamicState3LineStippleEnable()- Returns:
- the value of the
extendedDynamicState3LineStippleEnable
field.
-
extendedDynamicState3DepthClipNegativeOneToOne
public boolean extendedDynamicState3DepthClipNegativeOneToOne()- Returns:
- the value of the
extendedDynamicState3DepthClipNegativeOneToOne
field.
-
extendedDynamicState3ViewportWScalingEnable
public boolean extendedDynamicState3ViewportWScalingEnable()- Returns:
- the value of the
extendedDynamicState3ViewportWScalingEnable
field.
-
extendedDynamicState3ViewportSwizzle
public boolean extendedDynamicState3ViewportSwizzle()- Returns:
- the value of the
extendedDynamicState3ViewportSwizzle
field.
-
extendedDynamicState3CoverageToColorEnable
public boolean extendedDynamicState3CoverageToColorEnable()- Returns:
- the value of the
extendedDynamicState3CoverageToColorEnable
field.
-
extendedDynamicState3CoverageToColorLocation
public boolean extendedDynamicState3CoverageToColorLocation()- Returns:
- the value of the
extendedDynamicState3CoverageToColorLocation
field.
-
extendedDynamicState3CoverageModulationMode
public boolean extendedDynamicState3CoverageModulationMode()- Returns:
- the value of the
extendedDynamicState3CoverageModulationMode
field.
-
extendedDynamicState3CoverageModulationTableEnable
public boolean extendedDynamicState3CoverageModulationTableEnable()- Returns:
- the value of the
extendedDynamicState3CoverageModulationTableEnable
field.
-
extendedDynamicState3CoverageModulationTable
public boolean extendedDynamicState3CoverageModulationTable()- Returns:
- the value of the
extendedDynamicState3CoverageModulationTable
field.
-
extendedDynamicState3CoverageReductionMode
public boolean extendedDynamicState3CoverageReductionMode()- Returns:
- the value of the
extendedDynamicState3CoverageReductionMode
field.
-
extendedDynamicState3RepresentativeFragmentTestEnable
public boolean extendedDynamicState3RepresentativeFragmentTestEnable()- Returns:
- the value of the
extendedDynamicState3RepresentativeFragmentTestEnable
field.
-
extendedDynamicState3ShadingRateImageEnable
public boolean extendedDynamicState3ShadingRateImageEnable()- Returns:
- the value of the
extendedDynamicState3ShadingRateImageEnable
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_3_FEATURES_EXT
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
extendedDynamicState3TessellationDomainOrigin
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3TessellationDomainOrigin(boolean value) Sets the specified value to theextendedDynamicState3TessellationDomainOrigin
field. -
extendedDynamicState3DepthClampEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3DepthClampEnable(boolean value) Sets the specified value to theextendedDynamicState3DepthClampEnable
field. -
extendedDynamicState3PolygonMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3PolygonMode(boolean value) Sets the specified value to theextendedDynamicState3PolygonMode
field. -
extendedDynamicState3RasterizationSamples
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3RasterizationSamples(boolean value) Sets the specified value to theextendedDynamicState3RasterizationSamples
field. -
extendedDynamicState3SampleMask
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3SampleMask(boolean value) Sets the specified value to theextendedDynamicState3SampleMask
field. -
extendedDynamicState3AlphaToCoverageEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3AlphaToCoverageEnable(boolean value) Sets the specified value to theextendedDynamicState3AlphaToCoverageEnable
field. -
extendedDynamicState3AlphaToOneEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3AlphaToOneEnable(boolean value) Sets the specified value to theextendedDynamicState3AlphaToOneEnable
field. -
extendedDynamicState3LogicOpEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3LogicOpEnable(boolean value) Sets the specified value to theextendedDynamicState3LogicOpEnable
field. -
extendedDynamicState3ColorBlendEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ColorBlendEnable(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendEnable
field. -
extendedDynamicState3ColorBlendEquation
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ColorBlendEquation(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendEquation
field. -
extendedDynamicState3ColorWriteMask
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ColorWriteMask(boolean value) Sets the specified value to theextendedDynamicState3ColorWriteMask
field. -
extendedDynamicState3RasterizationStream
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3RasterizationStream(boolean value) Sets the specified value to theextendedDynamicState3RasterizationStream
field. -
extendedDynamicState3ConservativeRasterizationMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ConservativeRasterizationMode(boolean value) Sets the specified value to theextendedDynamicState3ConservativeRasterizationMode
field. -
extendedDynamicState3ExtraPrimitiveOverestimationSize
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ExtraPrimitiveOverestimationSize(boolean value) Sets the specified value to theextendedDynamicState3ExtraPrimitiveOverestimationSize
field. -
extendedDynamicState3DepthClipEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3DepthClipEnable(boolean value) Sets the specified value to theextendedDynamicState3DepthClipEnable
field. -
extendedDynamicState3SampleLocationsEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3SampleLocationsEnable(boolean value) Sets the specified value to theextendedDynamicState3SampleLocationsEnable
field. -
extendedDynamicState3ColorBlendAdvanced
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ColorBlendAdvanced(boolean value) Sets the specified value to theextendedDynamicState3ColorBlendAdvanced
field. -
extendedDynamicState3ProvokingVertexMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ProvokingVertexMode(boolean value) Sets the specified value to theextendedDynamicState3ProvokingVertexMode
field. -
extendedDynamicState3LineRasterizationMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3LineRasterizationMode(boolean value) Sets the specified value to theextendedDynamicState3LineRasterizationMode
field. -
extendedDynamicState3LineStippleEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3LineStippleEnable(boolean value) Sets the specified value to theextendedDynamicState3LineStippleEnable
field. -
extendedDynamicState3DepthClipNegativeOneToOne
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3DepthClipNegativeOneToOne(boolean value) Sets the specified value to theextendedDynamicState3DepthClipNegativeOneToOne
field. -
extendedDynamicState3ViewportWScalingEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ViewportWScalingEnable(boolean value) Sets the specified value to theextendedDynamicState3ViewportWScalingEnable
field. -
extendedDynamicState3ViewportSwizzle
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ViewportSwizzle(boolean value) Sets the specified value to theextendedDynamicState3ViewportSwizzle
field. -
extendedDynamicState3CoverageToColorEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageToColorEnable(boolean value) Sets the specified value to theextendedDynamicState3CoverageToColorEnable
field. -
extendedDynamicState3CoverageToColorLocation
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageToColorLocation(boolean value) Sets the specified value to theextendedDynamicState3CoverageToColorLocation
field. -
extendedDynamicState3CoverageModulationMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageModulationMode(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationMode
field. -
extendedDynamicState3CoverageModulationTableEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageModulationTableEnable(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationTableEnable
field. -
extendedDynamicState3CoverageModulationTable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageModulationTable(boolean value) Sets the specified value to theextendedDynamicState3CoverageModulationTable
field. -
extendedDynamicState3CoverageReductionMode
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3CoverageReductionMode(boolean value) Sets the specified value to theextendedDynamicState3CoverageReductionMode
field. -
extendedDynamicState3RepresentativeFragmentTestEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3RepresentativeFragmentTestEnable(boolean value) Sets the specified value to theextendedDynamicState3RepresentativeFragmentTestEnable
field. -
extendedDynamicState3ShadingRateImageEnable
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT extendedDynamicState3ShadingRateImageEnable(boolean value) Sets the specified value to theextendedDynamicState3ShadingRateImageEnable
field. -
set
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT set(int sType, long pNext, boolean extendedDynamicState3TessellationDomainOrigin, boolean extendedDynamicState3DepthClampEnable, boolean extendedDynamicState3PolygonMode, boolean extendedDynamicState3RasterizationSamples, boolean extendedDynamicState3SampleMask, boolean extendedDynamicState3AlphaToCoverageEnable, boolean extendedDynamicState3AlphaToOneEnable, boolean extendedDynamicState3LogicOpEnable, boolean extendedDynamicState3ColorBlendEnable, boolean extendedDynamicState3ColorBlendEquation, boolean extendedDynamicState3ColorWriteMask, boolean extendedDynamicState3RasterizationStream, boolean extendedDynamicState3ConservativeRasterizationMode, boolean extendedDynamicState3ExtraPrimitiveOverestimationSize, boolean extendedDynamicState3DepthClipEnable, boolean extendedDynamicState3SampleLocationsEnable, boolean extendedDynamicState3ColorBlendAdvanced, boolean extendedDynamicState3ProvokingVertexMode, boolean extendedDynamicState3LineRasterizationMode, boolean extendedDynamicState3LineStippleEnable, boolean extendedDynamicState3DepthClipNegativeOneToOne, boolean extendedDynamicState3ViewportWScalingEnable, boolean extendedDynamicState3ViewportSwizzle, boolean extendedDynamicState3CoverageToColorEnable, boolean extendedDynamicState3CoverageToColorLocation, boolean extendedDynamicState3CoverageModulationMode, boolean extendedDynamicState3CoverageModulationTableEnable, boolean extendedDynamicState3CoverageModulationTable, boolean extendedDynamicState3CoverageReductionMode, boolean extendedDynamicState3RepresentativeFragmentTestEnable, boolean extendedDynamicState3ShadingRateImageEnable) Initializes this struct with the specified values. -
set
public VkPhysicalDeviceExtendedDynamicState3FeaturesEXT set(VkPhysicalDeviceExtendedDynamicState3FeaturesEXT src) Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer create(long address, int capacity) Create aVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceExtendedDynamicState3FeaturesEXT.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceExtendedDynamicState3FeaturesEXT.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()
. -
nextendedDynamicState3TessellationDomainOrigin
public static int nextendedDynamicState3TessellationDomainOrigin(long struct) Unsafe version ofextendedDynamicState3TessellationDomainOrigin()
. -
nextendedDynamicState3DepthClampEnable
public static int nextendedDynamicState3DepthClampEnable(long struct) Unsafe version ofextendedDynamicState3DepthClampEnable()
. -
nextendedDynamicState3PolygonMode
public static int nextendedDynamicState3PolygonMode(long struct) Unsafe version ofextendedDynamicState3PolygonMode()
. -
nextendedDynamicState3RasterizationSamples
public static int nextendedDynamicState3RasterizationSamples(long struct) Unsafe version ofextendedDynamicState3RasterizationSamples()
. -
nextendedDynamicState3SampleMask
public static int nextendedDynamicState3SampleMask(long struct) Unsafe version ofextendedDynamicState3SampleMask()
. -
nextendedDynamicState3AlphaToCoverageEnable
public static int nextendedDynamicState3AlphaToCoverageEnable(long struct) Unsafe version ofextendedDynamicState3AlphaToCoverageEnable()
. -
nextendedDynamicState3AlphaToOneEnable
public static int nextendedDynamicState3AlphaToOneEnable(long struct) Unsafe version ofextendedDynamicState3AlphaToOneEnable()
. -
nextendedDynamicState3LogicOpEnable
public static int nextendedDynamicState3LogicOpEnable(long struct) Unsafe version ofextendedDynamicState3LogicOpEnable()
. -
nextendedDynamicState3ColorBlendEnable
public static int nextendedDynamicState3ColorBlendEnable(long struct) Unsafe version ofextendedDynamicState3ColorBlendEnable()
. -
nextendedDynamicState3ColorBlendEquation
public static int nextendedDynamicState3ColorBlendEquation(long struct) Unsafe version ofextendedDynamicState3ColorBlendEquation()
. -
nextendedDynamicState3ColorWriteMask
public static int nextendedDynamicState3ColorWriteMask(long struct) Unsafe version ofextendedDynamicState3ColorWriteMask()
. -
nextendedDynamicState3RasterizationStream
public static int nextendedDynamicState3RasterizationStream(long struct) Unsafe version ofextendedDynamicState3RasterizationStream()
. -
nextendedDynamicState3ConservativeRasterizationMode
public static int nextendedDynamicState3ConservativeRasterizationMode(long struct) Unsafe version ofextendedDynamicState3ConservativeRasterizationMode()
. -
nextendedDynamicState3ExtraPrimitiveOverestimationSize
public static int nextendedDynamicState3ExtraPrimitiveOverestimationSize(long struct) Unsafe version ofextendedDynamicState3ExtraPrimitiveOverestimationSize()
. -
nextendedDynamicState3DepthClipEnable
public static int nextendedDynamicState3DepthClipEnable(long struct) Unsafe version ofextendedDynamicState3DepthClipEnable()
. -
nextendedDynamicState3SampleLocationsEnable
public static int nextendedDynamicState3SampleLocationsEnable(long struct) Unsafe version ofextendedDynamicState3SampleLocationsEnable()
. -
nextendedDynamicState3ColorBlendAdvanced
public static int nextendedDynamicState3ColorBlendAdvanced(long struct) Unsafe version ofextendedDynamicState3ColorBlendAdvanced()
. -
nextendedDynamicState3ProvokingVertexMode
public static int nextendedDynamicState3ProvokingVertexMode(long struct) Unsafe version ofextendedDynamicState3ProvokingVertexMode()
. -
nextendedDynamicState3LineRasterizationMode
public static int nextendedDynamicState3LineRasterizationMode(long struct) Unsafe version ofextendedDynamicState3LineRasterizationMode()
. -
nextendedDynamicState3LineStippleEnable
public static int nextendedDynamicState3LineStippleEnable(long struct) Unsafe version ofextendedDynamicState3LineStippleEnable()
. -
nextendedDynamicState3DepthClipNegativeOneToOne
public static int nextendedDynamicState3DepthClipNegativeOneToOne(long struct) Unsafe version ofextendedDynamicState3DepthClipNegativeOneToOne()
. -
nextendedDynamicState3ViewportWScalingEnable
public static int nextendedDynamicState3ViewportWScalingEnable(long struct) Unsafe version ofextendedDynamicState3ViewportWScalingEnable()
. -
nextendedDynamicState3ViewportSwizzle
public static int nextendedDynamicState3ViewportSwizzle(long struct) Unsafe version ofextendedDynamicState3ViewportSwizzle()
. -
nextendedDynamicState3CoverageToColorEnable
public static int nextendedDynamicState3CoverageToColorEnable(long struct) Unsafe version ofextendedDynamicState3CoverageToColorEnable()
. -
nextendedDynamicState3CoverageToColorLocation
public static int nextendedDynamicState3CoverageToColorLocation(long struct) Unsafe version ofextendedDynamicState3CoverageToColorLocation()
. -
nextendedDynamicState3CoverageModulationMode
public static int nextendedDynamicState3CoverageModulationMode(long struct) Unsafe version ofextendedDynamicState3CoverageModulationMode()
. -
nextendedDynamicState3CoverageModulationTableEnable
public static int nextendedDynamicState3CoverageModulationTableEnable(long struct) Unsafe version ofextendedDynamicState3CoverageModulationTableEnable()
. -
nextendedDynamicState3CoverageModulationTable
public static int nextendedDynamicState3CoverageModulationTable(long struct) Unsafe version ofextendedDynamicState3CoverageModulationTable()
. -
nextendedDynamicState3CoverageReductionMode
public static int nextendedDynamicState3CoverageReductionMode(long struct) Unsafe version ofextendedDynamicState3CoverageReductionMode()
. -
nextendedDynamicState3RepresentativeFragmentTestEnable
public static int nextendedDynamicState3RepresentativeFragmentTestEnable(long struct) Unsafe version ofextendedDynamicState3RepresentativeFragmentTestEnable()
. -
nextendedDynamicState3ShadingRateImageEnable
public static int nextendedDynamicState3ShadingRateImageEnable(long struct) Unsafe version ofextendedDynamicState3ShadingRateImageEnable()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
nextendedDynamicState3TessellationDomainOrigin
public static void nextendedDynamicState3TessellationDomainOrigin(long struct, int value) Unsafe version ofextendedDynamicState3TessellationDomainOrigin
. -
nextendedDynamicState3DepthClampEnable
public static void nextendedDynamicState3DepthClampEnable(long struct, int value) Unsafe version ofextendedDynamicState3DepthClampEnable
. -
nextendedDynamicState3PolygonMode
public static void nextendedDynamicState3PolygonMode(long struct, int value) Unsafe version ofextendedDynamicState3PolygonMode
. -
nextendedDynamicState3RasterizationSamples
public static void nextendedDynamicState3RasterizationSamples(long struct, int value) Unsafe version ofextendedDynamicState3RasterizationSamples
. -
nextendedDynamicState3SampleMask
public static void nextendedDynamicState3SampleMask(long struct, int value) Unsafe version ofextendedDynamicState3SampleMask
. -
nextendedDynamicState3AlphaToCoverageEnable
public static void nextendedDynamicState3AlphaToCoverageEnable(long struct, int value) Unsafe version ofextendedDynamicState3AlphaToCoverageEnable
. -
nextendedDynamicState3AlphaToOneEnable
public static void nextendedDynamicState3AlphaToOneEnable(long struct, int value) Unsafe version ofextendedDynamicState3AlphaToOneEnable
. -
nextendedDynamicState3LogicOpEnable
public static void nextendedDynamicState3LogicOpEnable(long struct, int value) Unsafe version ofextendedDynamicState3LogicOpEnable
. -
nextendedDynamicState3ColorBlendEnable
public static void nextendedDynamicState3ColorBlendEnable(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendEnable
. -
nextendedDynamicState3ColorBlendEquation
public static void nextendedDynamicState3ColorBlendEquation(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendEquation
. -
nextendedDynamicState3ColorWriteMask
public static void nextendedDynamicState3ColorWriteMask(long struct, int value) Unsafe version ofextendedDynamicState3ColorWriteMask
. -
nextendedDynamicState3RasterizationStream
public static void nextendedDynamicState3RasterizationStream(long struct, int value) Unsafe version ofextendedDynamicState3RasterizationStream
. -
nextendedDynamicState3ConservativeRasterizationMode
public static void nextendedDynamicState3ConservativeRasterizationMode(long struct, int value) Unsafe version ofextendedDynamicState3ConservativeRasterizationMode
. -
nextendedDynamicState3ExtraPrimitiveOverestimationSize
public static void nextendedDynamicState3ExtraPrimitiveOverestimationSize(long struct, int value) Unsafe version ofextendedDynamicState3ExtraPrimitiveOverestimationSize
. -
nextendedDynamicState3DepthClipEnable
public static void nextendedDynamicState3DepthClipEnable(long struct, int value) Unsafe version ofextendedDynamicState3DepthClipEnable
. -
nextendedDynamicState3SampleLocationsEnable
public static void nextendedDynamicState3SampleLocationsEnable(long struct, int value) Unsafe version ofextendedDynamicState3SampleLocationsEnable
. -
nextendedDynamicState3ColorBlendAdvanced
public static void nextendedDynamicState3ColorBlendAdvanced(long struct, int value) Unsafe version ofextendedDynamicState3ColorBlendAdvanced
. -
nextendedDynamicState3ProvokingVertexMode
public static void nextendedDynamicState3ProvokingVertexMode(long struct, int value) Unsafe version ofextendedDynamicState3ProvokingVertexMode
. -
nextendedDynamicState3LineRasterizationMode
public static void nextendedDynamicState3LineRasterizationMode(long struct, int value) Unsafe version ofextendedDynamicState3LineRasterizationMode
. -
nextendedDynamicState3LineStippleEnable
public static void nextendedDynamicState3LineStippleEnable(long struct, int value) Unsafe version ofextendedDynamicState3LineStippleEnable
. -
nextendedDynamicState3DepthClipNegativeOneToOne
public static void nextendedDynamicState3DepthClipNegativeOneToOne(long struct, int value) Unsafe version ofextendedDynamicState3DepthClipNegativeOneToOne
. -
nextendedDynamicState3ViewportWScalingEnable
public static void nextendedDynamicState3ViewportWScalingEnable(long struct, int value) Unsafe version ofextendedDynamicState3ViewportWScalingEnable
. -
nextendedDynamicState3ViewportSwizzle
public static void nextendedDynamicState3ViewportSwizzle(long struct, int value) Unsafe version ofextendedDynamicState3ViewportSwizzle
. -
nextendedDynamicState3CoverageToColorEnable
public static void nextendedDynamicState3CoverageToColorEnable(long struct, int value) Unsafe version ofextendedDynamicState3CoverageToColorEnable
. -
nextendedDynamicState3CoverageToColorLocation
public static void nextendedDynamicState3CoverageToColorLocation(long struct, int value) Unsafe version ofextendedDynamicState3CoverageToColorLocation
. -
nextendedDynamicState3CoverageModulationMode
public static void nextendedDynamicState3CoverageModulationMode(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationMode
. -
nextendedDynamicState3CoverageModulationTableEnable
public static void nextendedDynamicState3CoverageModulationTableEnable(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationTableEnable
. -
nextendedDynamicState3CoverageModulationTable
public static void nextendedDynamicState3CoverageModulationTable(long struct, int value) Unsafe version ofextendedDynamicState3CoverageModulationTable
. -
nextendedDynamicState3CoverageReductionMode
public static void nextendedDynamicState3CoverageReductionMode(long struct, int value) Unsafe version ofextendedDynamicState3CoverageReductionMode
. -
nextendedDynamicState3RepresentativeFragmentTestEnable
public static void nextendedDynamicState3RepresentativeFragmentTestEnable(long struct, int value) Unsafe version ofextendedDynamicState3RepresentativeFragmentTestEnable
. -
nextendedDynamicState3ShadingRateImageEnable
public static void nextendedDynamicState3ShadingRateImageEnable(long struct, int value) Unsafe version ofextendedDynamicState3ShadingRateImageEnable
.
-