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