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 recordRepresents a pointer to / an array ofVkPhysicalDeviceMeshShaderFeaturesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMeshShaderFeaturesNVModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMeshShaderFeaturesNVVkPhysicalDeviceMeshShaderFeaturesNV.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) voidVkPhysicalDeviceMeshShaderFeaturesNV.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)