Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMeshShaderFeaturesNV
Packages that use VkPhysicalDeviceMeshShaderFeaturesNV
-
Uses of VkPhysicalDeviceMeshShaderFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceMeshShaderFeaturesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMeshShaderFeaturesNV
VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMeshShaderFeaturesNV.clone
(Arena arena, VkPhysicalDeviceMeshShaderFeaturesNV src) VkPhysicalDeviceMeshShaderFeaturesNV.meshShader
(int value) VkPhysicalDeviceMeshShaderFeaturesNV.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceMeshShaderFeaturesNV.sType
(int value) VkPhysicalDeviceMeshShaderFeaturesNV.taskShader
(int value) VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceMeshShaderFeaturesNV> VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderFeaturesNV.clone
(Arena arena, VkPhysicalDeviceMeshShaderFeaturesNV src) void
VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.write
(long index, @NotNull VkPhysicalDeviceMeshShaderFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderFeaturesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMeshShaderFeaturesNV> consumer)