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