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 classAn array ofVkPhysicalDevicePortabilitySubsetFeaturesKHRstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.booleanconstantAlphaColorBlendFactors(boolean value) Sets the specified value to theconstantAlphaColorBlendFactorsfield.create()Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance at the specified memory.static @Nullable VkPhysicalDevicePortabilitySubsetFeaturesKHRcreateSafe(long address) static @Nullable VkPhysicalDevicePortabilitySubsetFeaturesKHR.BuffercreateSafe(long address, int capacity) booleanevents()events(boolean value) Sets the specified value to theeventsfield.booleanimageView2DOn3DImage(boolean value) Sets the specified value to theimageView2DOn3DImagefield.booleanimageViewFormatReinterpretation(boolean value) Sets the specified value to theimageViewFormatReinterpretationfield.booleanimageViewFormatSwizzle(boolean value) Sets the specified value to theimageViewFormatSwizzlefield.malloc()Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated on the specifiedMemoryStack.malloc(MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStack.booleanmultisampleArrayImage(boolean value) Sets the specified value to themultisampleArrayImagefield.booleanmutableComparisonSamplers(boolean value) Sets the specified value to themutableComparisonSamplersfield.static intnconstantAlphaColorBlendFactors(long struct) Unsafe version ofconstantAlphaColorBlendFactors().static voidnconstantAlphaColorBlendFactors(long struct, int value) Unsafe version ofconstantAlphaColorBlendFactors.static intnevents(long struct) Unsafe version ofevents().static voidnevents(long struct, int value) Unsafe version ofevents.static intnimageView2DOn3DImage(long struct) Unsafe version ofimageView2DOn3DImage().static voidnimageView2DOn3DImage(long struct, int value) Unsafe version ofimageView2DOn3DImage.static intnimageViewFormatReinterpretation(long struct) Unsafe version ofimageViewFormatReinterpretation().static voidnimageViewFormatReinterpretation(long struct, int value) Unsafe version ofimageViewFormatReinterpretation.static intnimageViewFormatSwizzle(long struct) Unsafe version ofimageViewFormatSwizzle().static voidnimageViewFormatSwizzle(long struct, int value) Unsafe version ofimageViewFormatSwizzle.static intnmultisampleArrayImage(long struct) Unsafe version ofmultisampleArrayImage().static voidnmultisampleArrayImage(long struct, int value) Unsafe version ofmultisampleArrayImage.static intnmutableComparisonSamplers(long struct) Unsafe version ofmutableComparisonSamplers().static voidnmutableComparisonSamplers(long struct, int value) Unsafe version ofmutableComparisonSamplers.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnpointPolygons(long struct) Unsafe version ofpointPolygons().static voidnpointPolygons(long struct, int value) Unsafe version ofpointPolygons.static intnsamplerMipLodBias(long struct) Unsafe version ofsamplerMipLodBias().static voidnsamplerMipLodBias(long struct, int value) Unsafe version ofsamplerMipLodBias.static intnseparateStencilMaskRef(long struct) Unsafe version ofseparateStencilMaskRef().static voidnseparateStencilMaskRef(long struct, int value) Unsafe version ofseparateStencilMaskRef.static intnshaderSampleRateInterpolationFunctions(long struct) Unsafe version ofshaderSampleRateInterpolationFunctions().static voidnshaderSampleRateInterpolationFunctions(long struct, int value) Unsafe version ofshaderSampleRateInterpolationFunctions.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static intntessellationIsolines(long struct) Unsafe version oftessellationIsolines().static voidntessellationIsolines(long struct, int value) Unsafe version oftessellationIsolines.static intntessellationPointMode(long struct) Unsafe version oftessellationPointMode().static voidntessellationPointMode(long struct, int value) Unsafe version oftessellationPointMode.static intntriangleFans(long struct) Unsafe version oftriangleFans().static voidntriangleFans(long struct, int value) Unsafe version oftriangleFans.static intnvertexAttributeAccessBeyondStride(long struct) Unsafe version ofvertexAttributeAccessBeyondStride().static voidnvertexAttributeAccessBeyondStride(long struct, int value) Unsafe version ofvertexAttributeAccessBeyondStride.longpNext()pNext(long value) Sets the specified value to thepNextfield.booleanpointPolygons(boolean value) Sets the specified value to thepointPolygonsfield.booleansamplerMipLodBias(boolean value) Sets the specified value to thesamplerMipLodBiasfield.booleanseparateStencilMaskRef(boolean value) Sets the specified value to theseparateStencilMaskReffield.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.booleanshaderSampleRateInterpolationFunctions(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctionsfield.intsizeof()Returnssizeof(struct).intsType()sType(int value) Sets the specified value to thesTypefield.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHRvalue to thesTypefield.booleantessellationIsolines(boolean value) Sets the specified value to thetessellationIsolinesfield.booleantessellationPointMode(boolean value) Sets the specified value to thetessellationPointModefield.booleantriangleFans(boolean value) Sets the specified value to thetriangleFansfield.booleanvertexAttributeAccessBeyondStride(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStridefield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
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 aVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
-
sType
public int sType()- Returns:
- the value of the
sTypefield.
-
pNext
public long pNext()- Returns:
- the value of the
pNextfield.
-
constantAlphaColorBlendFactors
public boolean constantAlphaColorBlendFactors()- Returns:
- the value of the
constantAlphaColorBlendFactorsfield.
-
events
public boolean events()- Returns:
- the value of the
eventsfield.
-
imageViewFormatReinterpretation
public boolean imageViewFormatReinterpretation()- Returns:
- the value of the
imageViewFormatReinterpretationfield.
-
imageViewFormatSwizzle
public boolean imageViewFormatSwizzle()- Returns:
- the value of the
imageViewFormatSwizzlefield.
-
imageView2DOn3DImage
public boolean imageView2DOn3DImage()- Returns:
- the value of the
imageView2DOn3DImagefield.
-
multisampleArrayImage
public boolean multisampleArrayImage()- Returns:
- the value of the
multisampleArrayImagefield.
-
mutableComparisonSamplers
public boolean mutableComparisonSamplers()- Returns:
- the value of the
mutableComparisonSamplersfield.
-
pointPolygons
public boolean pointPolygons()- Returns:
- the value of the
pointPolygonsfield.
-
samplerMipLodBias
public boolean samplerMipLodBias()- Returns:
- the value of the
samplerMipLodBiasfield.
-
separateStencilMaskRef
public boolean separateStencilMaskRef()- Returns:
- the value of the
separateStencilMaskReffield.
-
shaderSampleRateInterpolationFunctions
public boolean shaderSampleRateInterpolationFunctions()- Returns:
- the value of the
shaderSampleRateInterpolationFunctionsfield.
-
tessellationIsolines
public boolean tessellationIsolines()- Returns:
- the value of the
tessellationIsolinesfield.
-
tessellationPointMode
public boolean tessellationPointMode()- Returns:
- the value of the
tessellationPointModefield.
-
triangleFans
public boolean triangleFans()- Returns:
- the value of the
triangleFansfield.
-
vertexAttributeAccessBeyondStride
public boolean vertexAttributeAccessBeyondStride()- Returns:
- the value of the
vertexAttributeAccessBeyondStridefield.
-
sType
Sets the specified value to thesTypefield. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHRvalue to thesTypefield. -
pNext
Sets the specified value to thepNextfield. -
constantAlphaColorBlendFactors
Sets the specified value to theconstantAlphaColorBlendFactorsfield. -
events
Sets the specified value to theeventsfield. -
imageViewFormatReinterpretation
Sets the specified value to theimageViewFormatReinterpretationfield. -
imageViewFormatSwizzle
Sets the specified value to theimageViewFormatSwizzlefield. -
imageView2DOn3DImage
Sets the specified value to theimageView2DOn3DImagefield. -
multisampleArrayImage
Sets the specified value to themultisampleArrayImagefield. -
mutableComparisonSamplers
Sets the specified value to themutableComparisonSamplersfield. -
pointPolygons
Sets the specified value to thepointPolygonsfield. -
samplerMipLodBias
Sets the specified value to thesamplerMipLodBiasfield. -
separateStencilMaskRef
Sets the specified value to theseparateStencilMaskReffield. -
shaderSampleRateInterpolationFunctions
public VkPhysicalDevicePortabilitySubsetFeaturesKHR shaderSampleRateInterpolationFunctions(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctionsfield. -
tessellationIsolines
Sets the specified value to thetessellationIsolinesfield. -
tessellationPointMode
Sets the specified value to thetessellationPointModefield. -
triangleFans
Sets the specified value to thetriangleFansfield. -
vertexAttributeAccessBeyondStride
public VkPhysicalDevicePortabilitySubsetFeaturesKHR vertexAttributeAccessBeyondStride(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStridefield. -
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 newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR.Buffer create(long address, int capacity) Create aVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance 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 newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStackand 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.Bufferinstance 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.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
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.
-