Package org.lwjgl.vulkan
Class VkPhysicalDevicePortabilitySubsetFeaturesKHR
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
org.lwjgl.vulkan.VkPhysicalDevicePortabilitySubsetFeaturesKHR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkPhysicalDevicePortabilitySubsetFeaturesKHR
extends Struct<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
implements NativeResource
struct VkPhysicalDevicePortabilitySubsetFeaturesKHR {
VkStructureType sType;
void * pNext;
VkBool32 constantAlphaColorBlendFactors;
VkBool32 events;
VkBool32 imageViewFormatReinterpretation;
VkBool32 imageViewFormatSwizzle;
VkBool32 imageView2DOn3DImage;
VkBool32 multisampleArrayImage;
VkBool32 mutableComparisonSamplers;
VkBool32 pointPolygons;
VkBool32 samplerMipLodBias;
VkBool32 separateStencilMaskRef;
VkBool32 shaderSampleRateInterpolationFunctions;
VkBool32 tessellationIsolines;
VkBool32 tessellationPointMode;
VkBool32 triangleFans;
VkBool32 vertexAttributeAccessBeyondStride;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDevicePortabilitySubsetFeaturesKHR
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 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.boolean
constantAlphaColorBlendFactors
(boolean value) Sets the specified value to theconstantAlphaColorBlendFactors
field.create()
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance at the specified memory.static @Nullable VkPhysicalDevicePortabilitySubsetFeaturesKHR
createSafe
(long address) static @Nullable VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
createSafe
(long address, int capacity) boolean
events()
events
(boolean value) Sets the specified value to theevents
field.boolean
imageView2DOn3DImage
(boolean value) Sets the specified value to theimageView2DOn3DImage
field.boolean
imageViewFormatReinterpretation
(boolean value) Sets the specified value to theimageViewFormatReinterpretation
field.boolean
imageViewFormatSwizzle
(boolean value) Sets the specified value to theimageViewFormatSwizzle
field.malloc()
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated on the specifiedMemoryStack
.boolean
multisampleArrayImage
(boolean value) Sets the specified value to themultisampleArrayImage
field.boolean
mutableComparisonSamplers
(boolean value) Sets the specified value to themutableComparisonSamplers
field.static int
nconstantAlphaColorBlendFactors
(long struct) Unsafe version ofconstantAlphaColorBlendFactors()
.static void
nconstantAlphaColorBlendFactors
(long struct, int value) Unsafe version ofconstantAlphaColorBlendFactors
.static int
nevents
(long struct) Unsafe version ofevents()
.static void
nevents
(long struct, int value) Unsafe version ofevents
.static int
nimageView2DOn3DImage
(long struct) Unsafe version ofimageView2DOn3DImage()
.static void
nimageView2DOn3DImage
(long struct, int value) Unsafe version ofimageView2DOn3DImage
.static int
nimageViewFormatReinterpretation
(long struct) Unsafe version ofimageViewFormatReinterpretation()
.static void
nimageViewFormatReinterpretation
(long struct, int value) Unsafe version ofimageViewFormatReinterpretation
.static int
nimageViewFormatSwizzle
(long struct) Unsafe version ofimageViewFormatSwizzle()
.static void
nimageViewFormatSwizzle
(long struct, int value) Unsafe version ofimageViewFormatSwizzle
.static int
nmultisampleArrayImage
(long struct) Unsafe version ofmultisampleArrayImage()
.static void
nmultisampleArrayImage
(long struct, int value) Unsafe version ofmultisampleArrayImage
.static int
nmutableComparisonSamplers
(long struct) Unsafe version ofmutableComparisonSamplers()
.static void
nmutableComparisonSamplers
(long struct, int value) Unsafe version ofmutableComparisonSamplers
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static int
npointPolygons
(long struct) Unsafe version ofpointPolygons()
.static void
npointPolygons
(long struct, int value) Unsafe version ofpointPolygons
.static int
nsamplerMipLodBias
(long struct) Unsafe version ofsamplerMipLodBias()
.static void
nsamplerMipLodBias
(long struct, int value) Unsafe version ofsamplerMipLodBias
.static int
nseparateStencilMaskRef
(long struct) Unsafe version ofseparateStencilMaskRef()
.static void
nseparateStencilMaskRef
(long struct, int value) Unsafe version ofseparateStencilMaskRef
.static int
nshaderSampleRateInterpolationFunctions
(long struct) Unsafe version ofshaderSampleRateInterpolationFunctions()
.static void
nshaderSampleRateInterpolationFunctions
(long struct, int value) Unsafe version ofshaderSampleRateInterpolationFunctions
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.static int
ntessellationIsolines
(long struct) Unsafe version oftessellationIsolines()
.static void
ntessellationIsolines
(long struct, int value) Unsafe version oftessellationIsolines
.static int
ntessellationPointMode
(long struct) Unsafe version oftessellationPointMode()
.static void
ntessellationPointMode
(long struct, int value) Unsafe version oftessellationPointMode
.static int
ntriangleFans
(long struct) Unsafe version oftriangleFans()
.static void
ntriangleFans
(long struct, int value) Unsafe version oftriangleFans
.static int
nvertexAttributeAccessBeyondStride
(long struct) Unsafe version ofvertexAttributeAccessBeyondStride()
.static void
nvertexAttributeAccessBeyondStride
(long struct, int value) Unsafe version ofvertexAttributeAccessBeyondStride
.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.boolean
pointPolygons
(boolean value) Sets the specified value to thepointPolygons
field.boolean
samplerMipLodBias
(boolean value) Sets the specified value to thesamplerMipLodBias
field.boolean
separateStencilMaskRef
(boolean value) Sets the specified value to theseparateStencilMaskRef
field.set
(int sType, long pNext, boolean constantAlphaColorBlendFactors, boolean events, boolean imageViewFormatReinterpretation, boolean imageViewFormatSwizzle, boolean imageView2DOn3DImage, boolean multisampleArrayImage, boolean mutableComparisonSamplers, boolean pointPolygons, boolean samplerMipLodBias, boolean separateStencilMaskRef, boolean shaderSampleRateInterpolationFunctions, boolean tessellationIsolines, boolean tessellationPointMode, boolean triangleFans, boolean vertexAttributeAccessBeyondStride) Initializes this struct with the specified values.Copies the specified struct data to this struct.boolean
shaderSampleRateInterpolationFunctions
(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctions
field.int
sizeof()
Returnssizeof(struct)
.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR
value to thesType
field.boolean
tessellationIsolines
(boolean value) Sets the specified value to thetessellationIsolines
field.boolean
tessellationPointMode
(boolean value) Sets the specified value to thetessellationPointMode
field.boolean
triangleFans
(boolean value) Sets the specified value to thetriangleFans
field.boolean
vertexAttributeAccessBeyondStride
(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStride
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. -
CONSTANTALPHACOLORBLENDFACTORS
public static final int CONSTANTALPHACOLORBLENDFACTORSThe struct member offsets. -
EVENTS
public static final int EVENTSThe struct member offsets. -
IMAGEVIEWFORMATREINTERPRETATION
public static final int IMAGEVIEWFORMATREINTERPRETATIONThe struct member offsets. -
IMAGEVIEWFORMATSWIZZLE
public static final int IMAGEVIEWFORMATSWIZZLEThe struct member offsets. -
IMAGEVIEW2DON3DIMAGE
public static final int IMAGEVIEW2DON3DIMAGEThe struct member offsets. -
MULTISAMPLEARRAYIMAGE
public static final int MULTISAMPLEARRAYIMAGEThe struct member offsets. -
MUTABLECOMPARISONSAMPLERS
public static final int MUTABLECOMPARISONSAMPLERSThe struct member offsets. -
POINTPOLYGONS
public static final int POINTPOLYGONSThe struct member offsets. -
SAMPLERMIPLODBIAS
public static final int SAMPLERMIPLODBIASThe struct member offsets. -
SEPARATESTENCILMASKREF
public static final int SEPARATESTENCILMASKREFThe struct member offsets. -
SHADERSAMPLERATEINTERPOLATIONFUNCTIONS
public static final int SHADERSAMPLERATEINTERPOLATIONFUNCTIONSThe struct member offsets. -
TESSELLATIONISOLINES
public static final int TESSELLATIONISOLINESThe struct member offsets. -
TESSELLATIONPOINTMODE
public static final int TESSELLATIONPOINTMODEThe struct member offsets. -
TRIANGLEFANS
public static final int TRIANGLEFANSThe struct member offsets. -
VERTEXATTRIBUTEACCESSBEYONDSTRIDE
public static final int VERTEXATTRIBUTEACCESSBEYONDSTRIDEThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDevicePortabilitySubsetFeaturesKHR
Creates aVkPhysicalDevicePortabilitySubsetFeaturesKHR
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<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
constantAlphaColorBlendFactors
public boolean constantAlphaColorBlendFactors()- Returns:
- the value of the
constantAlphaColorBlendFactors
field.
-
events
public boolean events()- Returns:
- the value of the
events
field.
-
imageViewFormatReinterpretation
public boolean imageViewFormatReinterpretation()- Returns:
- the value of the
imageViewFormatReinterpretation
field.
-
imageViewFormatSwizzle
public boolean imageViewFormatSwizzle()- Returns:
- the value of the
imageViewFormatSwizzle
field.
-
imageView2DOn3DImage
public boolean imageView2DOn3DImage()- Returns:
- the value of the
imageView2DOn3DImage
field.
-
multisampleArrayImage
public boolean multisampleArrayImage()- Returns:
- the value of the
multisampleArrayImage
field.
-
mutableComparisonSamplers
public boolean mutableComparisonSamplers()- Returns:
- the value of the
mutableComparisonSamplers
field.
-
pointPolygons
public boolean pointPolygons()- Returns:
- the value of the
pointPolygons
field.
-
samplerMipLodBias
public boolean samplerMipLodBias()- Returns:
- the value of the
samplerMipLodBias
field.
-
separateStencilMaskRef
public boolean separateStencilMaskRef()- Returns:
- the value of the
separateStencilMaskRef
field.
-
shaderSampleRateInterpolationFunctions
public boolean shaderSampleRateInterpolationFunctions()- Returns:
- the value of the
shaderSampleRateInterpolationFunctions
field.
-
tessellationIsolines
public boolean tessellationIsolines()- Returns:
- the value of the
tessellationIsolines
field.
-
tessellationPointMode
public boolean tessellationPointMode()- Returns:
- the value of the
tessellationPointMode
field.
-
triangleFans
public boolean triangleFans()- Returns:
- the value of the
triangleFans
field.
-
vertexAttributeAccessBeyondStride
public boolean vertexAttributeAccessBeyondStride()- Returns:
- the value of the
vertexAttributeAccessBeyondStride
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
constantAlphaColorBlendFactors
Sets the specified value to theconstantAlphaColorBlendFactors
field. -
events
Sets the specified value to theevents
field. -
imageViewFormatReinterpretation
Sets the specified value to theimageViewFormatReinterpretation
field. -
imageViewFormatSwizzle
Sets the specified value to theimageViewFormatSwizzle
field. -
imageView2DOn3DImage
Sets the specified value to theimageView2DOn3DImage
field. -
multisampleArrayImage
Sets the specified value to themultisampleArrayImage
field. -
mutableComparisonSamplers
Sets the specified value to themutableComparisonSamplers
field. -
pointPolygons
Sets the specified value to thepointPolygons
field. -
samplerMipLodBias
Sets the specified value to thesamplerMipLodBias
field. -
separateStencilMaskRef
Sets the specified value to theseparateStencilMaskRef
field. -
shaderSampleRateInterpolationFunctions
public VkPhysicalDevicePortabilitySubsetFeaturesKHR shaderSampleRateInterpolationFunctions(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctions
field. -
tessellationIsolines
Sets the specified value to thetessellationIsolines
field. -
tessellationPointMode
Sets the specified value to thetessellationPointMode
field. -
triangleFans
Sets the specified value to thetriangleFans
field. -
vertexAttributeAccessBeyondStride
public VkPhysicalDevicePortabilitySubsetFeaturesKHR vertexAttributeAccessBeyondStride(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStride
field. -
set
public VkPhysicalDevicePortabilitySubsetFeaturesKHR set(int sType, long pNext, boolean constantAlphaColorBlendFactors, boolean events, boolean imageViewFormatReinterpretation, boolean imageViewFormatSwizzle, boolean imageView2DOn3DImage, boolean multisampleArrayImage, boolean mutableComparisonSamplers, boolean pointPolygons, boolean samplerMipLodBias, boolean separateStencilMaskRef, boolean shaderSampleRateInterpolationFunctions, boolean tessellationIsolines, boolean tessellationPointMode, boolean triangleFans, boolean vertexAttributeAccessBeyondStride) Initializes this struct with the specified values. -
set
public VkPhysicalDevicePortabilitySubsetFeaturesKHR set(VkPhysicalDevicePortabilitySubsetFeaturesKHR src) Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer create(long address, int capacity) Create aVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.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()
. -
nconstantAlphaColorBlendFactors
public static int nconstantAlphaColorBlendFactors(long struct) Unsafe version ofconstantAlphaColorBlendFactors()
. -
nevents
public static int nevents(long struct) Unsafe version ofevents()
. -
nimageViewFormatReinterpretation
public static int nimageViewFormatReinterpretation(long struct) Unsafe version ofimageViewFormatReinterpretation()
. -
nimageViewFormatSwizzle
public static int nimageViewFormatSwizzle(long struct) Unsafe version ofimageViewFormatSwizzle()
. -
nimageView2DOn3DImage
public static int nimageView2DOn3DImage(long struct) Unsafe version ofimageView2DOn3DImage()
. -
nmultisampleArrayImage
public static int nmultisampleArrayImage(long struct) Unsafe version ofmultisampleArrayImage()
. -
nmutableComparisonSamplers
public static int nmutableComparisonSamplers(long struct) Unsafe version ofmutableComparisonSamplers()
. -
npointPolygons
public static int npointPolygons(long struct) Unsafe version ofpointPolygons()
. -
nsamplerMipLodBias
public static int nsamplerMipLodBias(long struct) Unsafe version ofsamplerMipLodBias()
. -
nseparateStencilMaskRef
public static int nseparateStencilMaskRef(long struct) Unsafe version ofseparateStencilMaskRef()
. -
nshaderSampleRateInterpolationFunctions
public static int nshaderSampleRateInterpolationFunctions(long struct) Unsafe version ofshaderSampleRateInterpolationFunctions()
. -
ntessellationIsolines
public static int ntessellationIsolines(long struct) Unsafe version oftessellationIsolines()
. -
ntessellationPointMode
public static int ntessellationPointMode(long struct) Unsafe version oftessellationPointMode()
. -
ntriangleFans
public static int ntriangleFans(long struct) Unsafe version oftriangleFans()
. -
nvertexAttributeAccessBeyondStride
public static int nvertexAttributeAccessBeyondStride(long struct) Unsafe version ofvertexAttributeAccessBeyondStride()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
nconstantAlphaColorBlendFactors
public static void nconstantAlphaColorBlendFactors(long struct, int value) Unsafe version ofconstantAlphaColorBlendFactors
. -
nevents
public static void nevents(long struct, int value) Unsafe version ofevents
. -
nimageViewFormatReinterpretation
public static void nimageViewFormatReinterpretation(long struct, int value) Unsafe version ofimageViewFormatReinterpretation
. -
nimageViewFormatSwizzle
public static void nimageViewFormatSwizzle(long struct, int value) Unsafe version ofimageViewFormatSwizzle
. -
nimageView2DOn3DImage
public static void nimageView2DOn3DImage(long struct, int value) Unsafe version ofimageView2DOn3DImage
. -
nmultisampleArrayImage
public static void nmultisampleArrayImage(long struct, int value) Unsafe version ofmultisampleArrayImage
. -
nmutableComparisonSamplers
public static void nmutableComparisonSamplers(long struct, int value) Unsafe version ofmutableComparisonSamplers
. -
npointPolygons
public static void npointPolygons(long struct, int value) Unsafe version ofpointPolygons
. -
nsamplerMipLodBias
public static void nsamplerMipLodBias(long struct, int value) Unsafe version ofsamplerMipLodBias
. -
nseparateStencilMaskRef
public static void nseparateStencilMaskRef(long struct, int value) Unsafe version ofseparateStencilMaskRef
. -
nshaderSampleRateInterpolationFunctions
public static void nshaderSampleRateInterpolationFunctions(long struct, int value) Unsafe version ofshaderSampleRateInterpolationFunctions
. -
ntessellationIsolines
public static void ntessellationIsolines(long struct, int value) Unsafe version oftessellationIsolines
. -
ntessellationPointMode
public static void ntessellationPointMode(long struct, int value) Unsafe version oftessellationPointMode
. -
ntriangleFans
public static void ntriangleFans(long struct, int value) Unsafe version oftriangleFans
. -
nvertexAttributeAccessBeyondStride
public static void nvertexAttributeAccessBeyondStride(long struct, int value) Unsafe version ofvertexAttributeAccessBeyondStride
.
-