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