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