Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
Packages that use VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
-
Uses of VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.clone
(Arena arena, VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT src) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat16Atomics
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderBufferFloat64AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderImageFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicAdd
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat16Atomics
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.shaderSharedFloat64AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.sType
(int value) VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.clone
(Arena arena, VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT src) void
VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderAtomicFloat2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderAtomicFloat2FeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT> consumer)