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