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,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPhysicalDevicePortabilitySubsetFeaturesKHR
extends org.lwjgl.system.Struct<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
implements org.lwjgl.system.NativeResource
Structure describing the features that may not be supported by an implementation of the Vulkan 1.0 Portability Subset.
Description
If the VkPhysicalDevicePortabilitySubsetFeaturesKHR structure is included in the pNext chain of the VkPhysicalDeviceFeatures2 structure passed to GetPhysicalDeviceFeatures2, it is filled in to indicate whether each corresponding feature is supported. VkPhysicalDevicePortabilitySubsetFeaturesKHR can also be used in the pNext chain of VkDeviceCreateInfo to selectively enable these features.
Valid Usage (Implicit)
Layout
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
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.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, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.booleanindicates whether this implementation supports constant alpha Blend Factors used as source or destination color Blending.constantAlphaColorBlendFactors(boolean value) Sets the specified value to theconstantAlphaColorBlendFactors()field.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()indicates whether this implementation supports synchronization using Events.events(boolean value) Sets the specified value to theevents()field.booleanindicates whether this implementation supports aVkImagebeing created with theIMAGE_CREATE_2D_ARRAY_COMPATIBLE_BITflag set, permitting a 2D or 2D array image view to be created on a 3DVkImage.imageView2DOn3DImage(boolean value) Sets the specified value to theimageView2DOn3DImage()field.booleanindicates whether this implementation supports aVkImageViewbeing created with a texel format containing a different number of components, or a different number of bits in each component, than the texel format of the underlyingVkImage.imageViewFormatReinterpretation(boolean value) Sets the specified value to theimageViewFormatReinterpretation()field.booleanindicates whether this implementation supports remapping format components usingVkImageViewCreateInfo::components.imageViewFormatSwizzle(boolean value) Sets the specified value to theimageViewFormatSwizzle()field.malloc()Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHR.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStack.booleanindicates whether this implementation supports aVkImagebeing created as a 2D array with multiple samples per texel.multisampleArrayImage(boolean value) Sets the specified value to themultisampleArrayImage()field.booleanindicates whether this implementation allows descriptors with comparison samplers to be updated.mutableComparisonSamplers(boolean value) Sets the specified value to themutableComparisonSamplers()field.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()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.booleanindicates whether this implementation supports Rasterization using a point Polygon Mode.pointPolygons(boolean value) Sets the specified value to thepointPolygons()field.booleanindicates whether this implementation supports setting a mipmap LOD bias value when creating a sampler.samplerMipLodBias(boolean value) Sets the specified value to thesamplerMipLodBias()field.booleanindicates whether this implementation supports separate front and back Stencil Test reference values.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.booleanindicates whether this implementation supports fragment shaders which use theInterpolationFunctioncapability and the extended instructionsInterpolateAtCentroid,InterpolateAtOffset, andInterpolateAtSamplefrom theGLSL.std.450extended instruction set.shaderSampleRateInterpolationFunctions(boolean value) Sets the specified value to theshaderSampleRateInterpolationFunctions()field.intsizeof()intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHRvalue to thesType()field.booleanindicates whether this implementation supports isoline output from the Tessellation stage of a graphics pipeline.tessellationIsolines(boolean value) Sets the specified value to thetessellationIsolines()field.booleanindicates whether this implementation supports point output from the Tessellation stage of a graphics pipeline.tessellationPointMode(boolean value) Sets the specified value to thetessellationPointMode()field.booleanindicates whether this implementation supports Triangle Fans primitive topology.triangleFans(boolean value) Sets the specified value to thetriangleFans()field.booleanindicates whether this implementation supports accessing a vertex input attribute beyond the stride of the corresponding vertex input binding.vertexAttributeAccessBeyondStride(boolean value) Sets the specified value to thevertexAttributeAccessBeyondStride()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods 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()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkPhysicalDevicePortabilitySubsetFeaturesKHR>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
constantAlphaColorBlendFactors
public boolean constantAlphaColorBlendFactors()indicates whether this implementation supports constant alpha Blend Factors used as source or destination color Blending. -
events
public boolean events()indicates whether this implementation supports synchronization using Events. -
imageViewFormatReinterpretation
public boolean imageViewFormatReinterpretation()indicates whether this implementation supports aVkImageViewbeing created with a texel format containing a different number of components, or a different number of bits in each component, than the texel format of the underlyingVkImage. -
imageViewFormatSwizzle
public boolean imageViewFormatSwizzle()indicates whether this implementation supports remapping format components usingVkImageViewCreateInfo::components. -
imageView2DOn3DImage
public boolean imageView2DOn3DImage()indicates whether this implementation supports aVkImagebeing created with theIMAGE_CREATE_2D_ARRAY_COMPATIBLE_BITflag set, permitting a 2D or 2D array image view to be created on a 3DVkImage. -
multisampleArrayImage
public boolean multisampleArrayImage()indicates whether this implementation supports aVkImagebeing created as a 2D array with multiple samples per texel. -
mutableComparisonSamplers
public boolean mutableComparisonSamplers()indicates whether this implementation allows descriptors with comparison samplers to be updated. -
pointPolygons
public boolean pointPolygons()indicates whether this implementation supports Rasterization using a point Polygon Mode. -
samplerMipLodBias
public boolean samplerMipLodBias()indicates whether this implementation supports setting a mipmap LOD bias value when creating a sampler. -
separateStencilMaskRef
public boolean separateStencilMaskRef()indicates whether this implementation supports separate front and back Stencil Test reference values. -
shaderSampleRateInterpolationFunctions
public boolean shaderSampleRateInterpolationFunctions()indicates whether this implementation supports fragment shaders which use theInterpolationFunctioncapability and the extended instructionsInterpolateAtCentroid,InterpolateAtOffset, andInterpolateAtSamplefrom theGLSL.std.450extended instruction set. This member is only meaningful if thesampleRateShadingfeature is supported. -
tessellationIsolines
public boolean tessellationIsolines()indicates whether this implementation supports isoline output from the Tessellation stage of a graphics pipeline. This member is only meaningful if thetessellationShaderfeature is supported. -
tessellationPointMode
public boolean tessellationPointMode()indicates whether this implementation supports point output from the Tessellation stage of a graphics pipeline. This member is only meaningful if thetessellationShaderfeature is supported. -
triangleFans
public boolean triangleFans()indicates whether this implementation supports Triangle Fans primitive topology. -
vertexAttributeAccessBeyondStride
public boolean vertexAttributeAccessBeyondStride()indicates whether this implementation supports accessing a vertex input attribute beyond the stride of the corresponding vertex input binding. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHRvalue 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 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
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDevicePortabilitySubsetFeaturesKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static VkPhysicalDevicePortabilitySubsetFeaturesKHR calloc(org.lwjgl.system.MemoryStack stack) 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, org.lwjgl.system.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, org.lwjgl.system.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.
-