Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderSMBuiltinsFeaturesNV
Packages that use VkPhysicalDeviceShaderSMBuiltinsFeaturesNV
-
Uses of VkPhysicalDeviceShaderSMBuiltinsFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderSMBuiltinsFeaturesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceShaderSMBuiltinsFeaturesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderSMBuiltinsFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.clone(Arena arena, VkPhysicalDeviceShaderSMBuiltinsFeaturesNV src) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.shaderSMBuiltins(int value) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.sType(int value) VkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderSMBuiltinsFeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderSMBuiltinsFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.clone(Arena arena, VkPhysicalDeviceShaderSMBuiltinsFeaturesNV src) voidVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceShaderSMBuiltinsFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderSMBuiltinsFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceShaderSMBuiltinsFeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderSMBuiltinsFeaturesNV> consumer)