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