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