Package org.lwjgl.vulkan
Class VkPhysicalDeviceVulkan13Features
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceVulkan13Features>
org.lwjgl.vulkan.VkPhysicalDeviceVulkan13Features
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPhysicalDeviceVulkan13Features
extends org.lwjgl.system.Struct<VkPhysicalDeviceVulkan13Features>
implements org.lwjgl.system.NativeResource
Structure describing the Vulkan 1.3 features that can be supported by an implementation.
Description
If the VkPhysicalDeviceVulkan13Features 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. VkPhysicalDeviceVulkan13Features can also be used in the pNext chain of VkDeviceCreateInfo to selectively enable these features.
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES
Layout
struct VkPhysicalDeviceVulkan13Features {
VkStructureType sType();
void * pNext();
VkBool32 robustImageAccess();
VkBool32 inlineUniformBlock();
VkBool32 descriptorBindingInlineUniformBlockUpdateAfterBind();
VkBool32 pipelineCreationCacheControl();
VkBool32 privateData();
VkBool32 shaderDemoteToHelperInvocation();
VkBool32 shaderTerminateInvocation();
VkBool32 subgroupSizeControl();
VkBool32 computeFullSubgroups();
VkBool32 synchronization2();
VkBool32 textureCompressionASTC_HDR();
VkBool32 shaderZeroInitializeWorkgroupMemory();
VkBool32 dynamicRendering();
VkBool32 shaderIntegerDotProduct();
VkBool32 maintenance4();
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkPhysicalDeviceVulkan13Featuresstructs.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 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.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan13Features(ByteBuffer container) Creates aVkPhysicalDeviceVulkan13Featuresinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.booleanindicates whether the implementation supports requiring full subgroups in compute , mesh, or task shaders via thePIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BITflag.computeFullSubgroups(boolean value) Sets the specified value to thecomputeFullSubgroups()field.create()Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withBufferUtils.create(int capacity) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkPhysicalDeviceVulkan13Featuresinstance for the specified memory address.create(long address, int capacity) Create aVkPhysicalDeviceVulkan13Features.Bufferinstance at the specified memory.static @Nullable VkPhysicalDeviceVulkan13FeaturescreateSafe(long address) static @Nullable VkPhysicalDeviceVulkan13Features.BuffercreateSafe(long address, int capacity) booleanindicates whether the implementation supports updating inline uniform block descriptors after a set is bound.descriptorBindingInlineUniformBlockUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingInlineUniformBlockUpdateAfterBind()field.booleanspecifies that the implementation supports dynamic render pass instances using theCmdBeginRenderingcommand.dynamicRendering(boolean value) Sets the specified value to thedynamicRendering()field.booleanindicates whether the implementation supports inline uniform block descriptors.inlineUniformBlock(boolean value) Sets the specified value to theinlineUniformBlock()field.booleanindicates that the implementation supports the following: The application may destroy aVkPipelineLayoutobject immediately after using it to create another object.LocalSizeIdcan be used as an alternative toLocalSizeto specify the local workgroup size with specialization constants. Images created with identical creation parameters will always have the same alignment requirements. The size memory requirement of a buffer or image is never greater than that of another buffer or image created with a greater or equal size. Push constants do not have to be initialized before they are dynamically accessed. The interface matching rules allow a larger output vector to match with a smaller input vector, with additional values being discarded.maintenance4(boolean value) Sets the specified value to themaintenance4()field.malloc()Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated on the specifiedMemoryStack.static intncomputeFullSubgroups(long struct) Unsafe version ofcomputeFullSubgroups().static voidncomputeFullSubgroups(long struct, int value) Unsafe version ofcomputeFullSubgroups.static intndescriptorBindingInlineUniformBlockUpdateAfterBind(long struct) Unsafe version ofdescriptorBindingInlineUniformBlockUpdateAfterBind().static voidndescriptorBindingInlineUniformBlockUpdateAfterBind(long struct, int value) Unsafe version ofdescriptorBindingInlineUniformBlockUpdateAfterBind.static intndynamicRendering(long struct) Unsafe version ofdynamicRendering().static voidndynamicRendering(long struct, int value) Unsafe version ofdynamicRendering.static intninlineUniformBlock(long struct) Unsafe version ofinlineUniformBlock().static voidninlineUniformBlock(long struct, int value) Unsafe version ofinlineUniformBlock.static intnmaintenance4(long struct) Unsafe version ofmaintenance4().static voidnmaintenance4(long struct, int value) Unsafe version ofmaintenance4.static intnpipelineCreationCacheControl(long struct) Unsafe version ofpipelineCreationCacheControl().static voidnpipelineCreationCacheControl(long struct, int value) Unsafe version ofpipelineCreationCacheControl.static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnprivateData(long struct) Unsafe version ofprivateData().static voidnprivateData(long struct, int value) Unsafe version ofprivateData.static intnrobustImageAccess(long struct) Unsafe version ofrobustImageAccess().static voidnrobustImageAccess(long struct, int value) Unsafe version ofrobustImageAccess.static intnshaderDemoteToHelperInvocation(long struct) Unsafe version ofshaderDemoteToHelperInvocation().static voidnshaderDemoteToHelperInvocation(long struct, int value) Unsafe version ofshaderDemoteToHelperInvocation.static intnshaderIntegerDotProduct(long struct) Unsafe version ofshaderIntegerDotProduct().static voidnshaderIntegerDotProduct(long struct, int value) Unsafe version ofshaderIntegerDotProduct.static intnshaderTerminateInvocation(long struct) Unsafe version ofshaderTerminateInvocation().static voidnshaderTerminateInvocation(long struct, int value) Unsafe version ofshaderTerminateInvocation.static intnshaderZeroInitializeWorkgroupMemory(long struct) Unsafe version ofshaderZeroInitializeWorkgroupMemory().static voidnshaderZeroInitializeWorkgroupMemory(long struct, int value) Unsafe version ofshaderZeroInitializeWorkgroupMemory.static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static intnsubgroupSizeControl(long struct) Unsafe version ofsubgroupSizeControl().static voidnsubgroupSizeControl(long struct, int value) Unsafe version ofsubgroupSizeControl.static intnsynchronization2(long struct) Unsafe version ofsynchronization2().static voidnsynchronization2(long struct, int value) Unsafe version ofsynchronization2.static intntextureCompressionASTC_HDR(long struct) Unsafe version oftextureCompressionASTC_HDR().static voidntextureCompressionASTC_HDR(long struct, int value) Unsafe version oftextureCompressionASTC_HDR.booleanindicates that the implementation supports: The following can be used in stext:Vk*PipelineCreateInfo::flags:PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BITPIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BITThe following can be used inVkPipelineCacheCreateInfo::flags:PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BITpipelineCreationCacheControl(boolean value) Sets the specified value to thepipelineCreationCacheControl()field.longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.booleanindicates whether the implementation supports private data.privateData(boolean value) Sets the specified value to theprivateData()field.booleanindicates whether image accesses are tightly bounds-checked against the dimensions of the image view.robustImageAccess(boolean value) Sets the specified value to therobustImageAccess()field.set(int sType, long pNext, boolean robustImageAccess, boolean inlineUniformBlock, boolean descriptorBindingInlineUniformBlockUpdateAfterBind, boolean pipelineCreationCacheControl, boolean privateData, boolean shaderDemoteToHelperInvocation, boolean shaderTerminateInvocation, boolean subgroupSizeControl, boolean computeFullSubgroups, boolean synchronization2, boolean textureCompressionASTC_HDR, boolean shaderZeroInitializeWorkgroupMemory, boolean dynamicRendering, boolean shaderIntegerDotProduct, boolean maintenance4) Initializes this struct with the specified values.Copies the specified struct data to this struct.booleanindicates whether the implementation supports the SPIR-VDemoteToHelperInvocationEXTcapability.shaderDemoteToHelperInvocation(boolean value) Sets the specified value to theshaderDemoteToHelperInvocation()field.booleanspecifies whether shader modules can declare theDotProductInputAllKHR,DotProductInput4x8BitKHR,DotProductInput4x8BitPackedKHRandDotProductKHRcapabilities.shaderIntegerDotProduct(boolean value) Sets the specified value to theshaderIntegerDotProduct()field.booleanspecifies whether the implementation supports SPIR-V modules that use theSPV_KHR_terminate_invocationextension.shaderTerminateInvocation(boolean value) Sets the specified value to theshaderTerminateInvocation()field.booleanspecifies whether the implementation supports initializing a variable in Workgroup storage class.shaderZeroInitializeWorkgroupMemory(boolean value) Sets the specified value to theshaderZeroInitializeWorkgroupMemory()field.intsizeof()intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURESvalue to thesType()field.booleanindicates whether the implementation supports controlling shader subgroup sizes via thePIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BITflag and theVkPipelineShaderStageRequiredSubgroupSizeCreateInfostructure.subgroupSizeControl(boolean value) Sets the specified value to thesubgroupSizeControl()field.booleanindicates whether the implementation supports the new set of synchronization commands introduced inVK_KHR_synchronization2.synchronization2(boolean value) Sets the specified value to thesynchronization2()field.booleanindicates whether all of the ASTC HDR compressed texture formats are supported.textureCompressionASTC_HDR(boolean value) Sets the specified value to thetextureCompressionASTC_HDR()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. -
ROBUSTIMAGEACCESS
public static final int ROBUSTIMAGEACCESSThe struct member offsets. -
INLINEUNIFORMBLOCK
public static final int INLINEUNIFORMBLOCKThe struct member offsets. -
DESCRIPTORBINDINGINLINEUNIFORMBLOCKUPDATEAFTERBIND
public static final int DESCRIPTORBINDINGINLINEUNIFORMBLOCKUPDATEAFTERBINDThe struct member offsets. -
PIPELINECREATIONCACHECONTROL
public static final int PIPELINECREATIONCACHECONTROLThe struct member offsets. -
PRIVATEDATA
public static final int PRIVATEDATAThe struct member offsets. -
SHADERDEMOTETOHELPERINVOCATION
public static final int SHADERDEMOTETOHELPERINVOCATIONThe struct member offsets. -
SHADERTERMINATEINVOCATION
public static final int SHADERTERMINATEINVOCATIONThe struct member offsets. -
SUBGROUPSIZECONTROL
public static final int SUBGROUPSIZECONTROLThe struct member offsets. -
COMPUTEFULLSUBGROUPS
public static final int COMPUTEFULLSUBGROUPSThe struct member offsets. -
SYNCHRONIZATION2
public static final int SYNCHRONIZATION2The struct member offsets. -
TEXTURECOMPRESSIONASTC_HDR
public static final int TEXTURECOMPRESSIONASTC_HDRThe struct member offsets. -
SHADERZEROINITIALIZEWORKGROUPMEMORY
public static final int SHADERZEROINITIALIZEWORKGROUPMEMORYThe struct member offsets. -
DYNAMICRENDERING
public static final int DYNAMICRENDERINGThe struct member offsets. -
SHADERINTEGERDOTPRODUCT
public static final int SHADERINTEGERDOTPRODUCTThe struct member offsets. -
MAINTENANCE4
public static final int MAINTENANCE4The struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceVulkan13Features
Creates aVkPhysicalDeviceVulkan13Featuresinstance 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<VkPhysicalDeviceVulkan13Features>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
robustImageAccess
public boolean robustImageAccess()indicates whether image accesses are tightly bounds-checked against the dimensions of the image view. Invalid texels resulting from out of bounds image loads will be replaced as described in Texel Replacement, with either(0,0,1)or(0,0,0)values inserted for missing G, B, or A components based on the format. -
inlineUniformBlock
public boolean inlineUniformBlock()indicates whether the implementation supports inline uniform block descriptors. If this feature is not enabled,DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCKmust not be used. -
descriptorBindingInlineUniformBlockUpdateAfterBind
public boolean descriptorBindingInlineUniformBlockUpdateAfterBind()indicates whether the implementation supports updating inline uniform block descriptors after a set is bound. If this feature is not enabled,DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BITmust not be used withDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK. -
pipelineCreationCacheControl
public boolean pipelineCreationCacheControl()indicates that the implementation supports:- The following can be used in stext:Vk*PipelineCreateInfo
::flags: - The following can be used in
VkPipelineCacheCreateInfo::flags:
- The following can be used in stext:Vk*PipelineCreateInfo
-
privateData
public boolean privateData()indicates whether the implementation supports private data. See Private Data. -
shaderDemoteToHelperInvocation
public boolean shaderDemoteToHelperInvocation()indicates whether the implementation supports the SPIR-VDemoteToHelperInvocationEXTcapability. -
shaderTerminateInvocation
public boolean shaderTerminateInvocation()specifies whether the implementation supports SPIR-V modules that use theSPV_KHR_terminate_invocationextension. -
subgroupSizeControl
public boolean subgroupSizeControl()indicates whether the implementation supports controlling shader subgroup sizes via thePIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BITflag and theVkPipelineShaderStageRequiredSubgroupSizeCreateInfostructure. -
computeFullSubgroups
public boolean computeFullSubgroups()indicates whether the implementation supports requiring full subgroups in compute , mesh, or task shaders via thePIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BITflag. -
synchronization2
public boolean synchronization2()indicates whether the implementation supports the new set of synchronization commands introduced inVK_KHR_synchronization2. -
textureCompressionASTC_HDR
public boolean textureCompressionASTC_HDR()indicates whether all of the ASTC HDR compressed texture formats are supported. If this feature is enabled, then theFORMAT_FEATURE_SAMPLED_IMAGE_BIT,FORMAT_FEATURE_BLIT_SRC_BITandFORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BITfeatures must be supported inoptimalTilingFeaturesfor the following formats:FORMAT_ASTC_4x4_SFLOAT_BLOCKFORMAT_ASTC_5x4_SFLOAT_BLOCKFORMAT_ASTC_5x5_SFLOAT_BLOCKFORMAT_ASTC_6x5_SFLOAT_BLOCKFORMAT_ASTC_6x6_SFLOAT_BLOCKFORMAT_ASTC_8x5_SFLOAT_BLOCKFORMAT_ASTC_8x6_SFLOAT_BLOCKFORMAT_ASTC_8x8_SFLOAT_BLOCKFORMAT_ASTC_10x5_SFLOAT_BLOCKFORMAT_ASTC_10x6_SFLOAT_BLOCKFORMAT_ASTC_10x8_SFLOAT_BLOCKFORMAT_ASTC_10x10_SFLOAT_BLOCKFORMAT_ASTC_12x10_SFLOAT_BLOCKFORMAT_ASTC_12x12_SFLOAT_BLOCKTo query for additional properties, or if the feature is not enabled,GetPhysicalDeviceFormatPropertiesandGetPhysicalDeviceImageFormatPropertiescan be used to check for supported properties of individual formats as normal.
-
shaderZeroInitializeWorkgroupMemory
public boolean shaderZeroInitializeWorkgroupMemory()specifies whether the implementation supports initializing a variable in Workgroup storage class. -
dynamicRendering
public boolean dynamicRendering()specifies that the implementation supports dynamic render pass instances using theCmdBeginRenderingcommand. -
shaderIntegerDotProduct
public boolean shaderIntegerDotProduct()specifies whether shader modules can declare theDotProductInputAllKHR,DotProductInput4x8BitKHR,DotProductInput4x8BitPackedKHRandDotProductKHRcapabilities. -
maintenance4
public boolean maintenance4()indicates that the implementation supports the following:- The application may destroy a
VkPipelineLayoutobject immediately after using it to create another object. LocalSizeIdcan be used as an alternative toLocalSizeto specify the local workgroup size with specialization constants.- Images created with identical creation parameters will always have the same alignment requirements.
- The size memory requirement of a buffer or image is never greater than that of another buffer or image created with a greater or equal size.
- Push constants do not have to be initialized before they are dynamically accessed.
- The interface matching rules allow a larger output vector to match with a smaller input vector, with additional values being discarded.
- The application may destroy a
-
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURESvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
robustImageAccess
Sets the specified value to therobustImageAccess()field. -
inlineUniformBlock
Sets the specified value to theinlineUniformBlock()field. -
descriptorBindingInlineUniformBlockUpdateAfterBind
public VkPhysicalDeviceVulkan13Features descriptorBindingInlineUniformBlockUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingInlineUniformBlockUpdateAfterBind()field. -
pipelineCreationCacheControl
Sets the specified value to thepipelineCreationCacheControl()field. -
privateData
Sets the specified value to theprivateData()field. -
shaderDemoteToHelperInvocation
Sets the specified value to theshaderDemoteToHelperInvocation()field. -
shaderTerminateInvocation
Sets the specified value to theshaderTerminateInvocation()field. -
subgroupSizeControl
Sets the specified value to thesubgroupSizeControl()field. -
computeFullSubgroups
Sets the specified value to thecomputeFullSubgroups()field. -
synchronization2
Sets the specified value to thesynchronization2()field. -
textureCompressionASTC_HDR
Sets the specified value to thetextureCompressionASTC_HDR()field. -
shaderZeroInitializeWorkgroupMemory
Sets the specified value to theshaderZeroInitializeWorkgroupMemory()field. -
dynamicRendering
Sets the specified value to thedynamicRendering()field. -
shaderIntegerDotProduct
Sets the specified value to theshaderIntegerDotProduct()field. -
maintenance4
Sets the specified value to themaintenance4()field. -
set
public VkPhysicalDeviceVulkan13Features set(int sType, long pNext, boolean robustImageAccess, boolean inlineUniformBlock, boolean descriptorBindingInlineUniformBlockUpdateAfterBind, boolean pipelineCreationCacheControl, boolean privateData, boolean shaderDemoteToHelperInvocation, boolean shaderTerminateInvocation, boolean subgroupSizeControl, boolean computeFullSubgroups, boolean synchronization2, boolean textureCompressionASTC_HDR, boolean shaderZeroInitializeWorkgroupMemory, boolean dynamicRendering, boolean shaderIntegerDotProduct, boolean maintenance4) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated withBufferUtils. -
create
Returns a newVkPhysicalDeviceVulkan13Featuresinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPhysicalDeviceVulkan13Features.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceVulkan13Features.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceVulkan13Featuresinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceVulkan13Features.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Features.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceVulkan13Features.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPhysicalDeviceVulkan13Features.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(). -
nrobustImageAccess
public static int nrobustImageAccess(long struct) Unsafe version ofrobustImageAccess(). -
ninlineUniformBlock
public static int ninlineUniformBlock(long struct) Unsafe version ofinlineUniformBlock(). -
ndescriptorBindingInlineUniformBlockUpdateAfterBind
public static int ndescriptorBindingInlineUniformBlockUpdateAfterBind(long struct) Unsafe version ofdescriptorBindingInlineUniformBlockUpdateAfterBind(). -
npipelineCreationCacheControl
public static int npipelineCreationCacheControl(long struct) Unsafe version ofpipelineCreationCacheControl(). -
nprivateData
public static int nprivateData(long struct) Unsafe version ofprivateData(). -
nshaderDemoteToHelperInvocation
public static int nshaderDemoteToHelperInvocation(long struct) Unsafe version ofshaderDemoteToHelperInvocation(). -
nshaderTerminateInvocation
public static int nshaderTerminateInvocation(long struct) Unsafe version ofshaderTerminateInvocation(). -
nsubgroupSizeControl
public static int nsubgroupSizeControl(long struct) Unsafe version ofsubgroupSizeControl(). -
ncomputeFullSubgroups
public static int ncomputeFullSubgroups(long struct) Unsafe version ofcomputeFullSubgroups(). -
nsynchronization2
public static int nsynchronization2(long struct) Unsafe version ofsynchronization2(). -
ntextureCompressionASTC_HDR
public static int ntextureCompressionASTC_HDR(long struct) Unsafe version oftextureCompressionASTC_HDR(). -
nshaderZeroInitializeWorkgroupMemory
public static int nshaderZeroInitializeWorkgroupMemory(long struct) Unsafe version ofshaderZeroInitializeWorkgroupMemory(). -
ndynamicRendering
public static int ndynamicRendering(long struct) Unsafe version ofdynamicRendering(). -
nshaderIntegerDotProduct
public static int nshaderIntegerDotProduct(long struct) Unsafe version ofshaderIntegerDotProduct(). -
nmaintenance4
public static int nmaintenance4(long struct) Unsafe version ofmaintenance4(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext. -
nrobustImageAccess
public static void nrobustImageAccess(long struct, int value) Unsafe version ofrobustImageAccess. -
ninlineUniformBlock
public static void ninlineUniformBlock(long struct, int value) Unsafe version ofinlineUniformBlock. -
ndescriptorBindingInlineUniformBlockUpdateAfterBind
public static void ndescriptorBindingInlineUniformBlockUpdateAfterBind(long struct, int value) Unsafe version ofdescriptorBindingInlineUniformBlockUpdateAfterBind. -
npipelineCreationCacheControl
public static void npipelineCreationCacheControl(long struct, int value) Unsafe version ofpipelineCreationCacheControl. -
nprivateData
public static void nprivateData(long struct, int value) Unsafe version ofprivateData. -
nshaderDemoteToHelperInvocation
public static void nshaderDemoteToHelperInvocation(long struct, int value) Unsafe version ofshaderDemoteToHelperInvocation. -
nshaderTerminateInvocation
public static void nshaderTerminateInvocation(long struct, int value) Unsafe version ofshaderTerminateInvocation. -
nsubgroupSizeControl
public static void nsubgroupSizeControl(long struct, int value) Unsafe version ofsubgroupSizeControl. -
ncomputeFullSubgroups
public static void ncomputeFullSubgroups(long struct, int value) Unsafe version ofcomputeFullSubgroups. -
nsynchronization2
public static void nsynchronization2(long struct, int value) Unsafe version ofsynchronization2. -
ntextureCompressionASTC_HDR
public static void ntextureCompressionASTC_HDR(long struct, int value) Unsafe version oftextureCompressionASTC_HDR. -
nshaderZeroInitializeWorkgroupMemory
public static void nshaderZeroInitializeWorkgroupMemory(long struct, int value) Unsafe version ofshaderZeroInitializeWorkgroupMemory. -
ndynamicRendering
public static void ndynamicRendering(long struct, int value) Unsafe version ofdynamicRendering. -
nshaderIntegerDotProduct
public static void nshaderIntegerDotProduct(long struct, int value) Unsafe version ofshaderIntegerDotProduct. -
nmaintenance4
public static void nmaintenance4(long struct, int value) Unsafe version ofmaintenance4.
-