Uses of Record Class
club.doki7.vulkan.datatype.VkExternalComputeQueueDataParamsNV
Packages that use VkExternalComputeQueueDataParamsNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkExternalComputeQueueDataParamsNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkExternalComputeQueueDataParamsNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getExternalComputeQueueDataNV
(VkExternalComputeQueueNV externalQueue, VkExternalComputeQueueDataParamsNV params, @NotNull MemorySegment pData) -
Uses of VkExternalComputeQueueDataParamsNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExternalComputeQueueDataParamsNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExternalComputeQueueDataParamsNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalComputeQueueDataParamsNVModifier and TypeMethodDescription@NotNull VkExternalComputeQueueDataParamsNV
VkExternalComputeQueueDataParamsNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkExternalComputeQueueDataParamsNV.clone
(Arena arena, VkExternalComputeQueueDataParamsNV src) VkExternalComputeQueueDataParamsNV.deviceIndex
(int value) VkExternalComputeQueueDataParamsNV.pNext
(@NotNull MemorySegment value) VkExternalComputeQueueDataParamsNV.sType
(int value) VkExternalComputeQueueDataParamsNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExternalComputeQueueDataParamsNVModifier and TypeMethodDescription@NotNull Iterator
<VkExternalComputeQueueDataParamsNV> VkExternalComputeQueueDataParamsNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkExternalComputeQueueDataParamsNVModifier and TypeMethodDescriptionVkExternalComputeQueueDataParamsNV.clone
(Arena arena, VkExternalComputeQueueDataParamsNV src) void
VkExternalComputeQueueDataParamsNV.Ptr.write
(long index, @NotNull VkExternalComputeQueueDataParamsNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExternalComputeQueueDataParamsNVModifier and TypeMethodDescriptionVkExternalComputeQueueDataParamsNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkExternalComputeQueueDataParamsNV> consumer)