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