Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineIndirectDeviceAddressInfoNV
Packages that use VkPipelineIndirectDeviceAddressInfoNV
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPipelineIndirectDeviceAddressInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineIndirectDeviceAddressInfoNVModifier and TypeMethodDescriptionlongVkDeviceCommands.getPipelineIndirectDeviceAddressNV(VkDevice device, VkPipelineIndirectDeviceAddressInfoNV pInfo) -
Uses of VkPipelineIndirectDeviceAddressInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineIndirectDeviceAddressInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineIndirectDeviceAddressInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineIndirectDeviceAddressInfoNVModifier and TypeMethodDescriptionVkPipelineIndirectDeviceAddressInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineIndirectDeviceAddressInfoNV.clone(Arena arena, VkPipelineIndirectDeviceAddressInfoNV src) VkPipelineIndirectDeviceAddressInfoNV.pipeline(@Nullable VkPipeline value) VkPipelineIndirectDeviceAddressInfoNV.pipelineBindPoint(int value) VkPipelineIndirectDeviceAddressInfoNV.pNext(@NotNull MemorySegment value) VkPipelineIndirectDeviceAddressInfoNV.sType(int value) VkPipelineIndirectDeviceAddressInfoNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineIndirectDeviceAddressInfoNVMethods in club.doki7.vulkan.datatype with parameters of type VkPipelineIndirectDeviceAddressInfoNVModifier and TypeMethodDescriptionVkPipelineIndirectDeviceAddressInfoNV.clone(Arena arena, VkPipelineIndirectDeviceAddressInfoNV src) voidVkPipelineIndirectDeviceAddressInfoNV.Ptr.write(long index, @NotNull VkPipelineIndirectDeviceAddressInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineIndirectDeviceAddressInfoNVModifier and TypeMethodDescriptionVkPipelineIndirectDeviceAddressInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineIndirectDeviceAddressInfoNV> consumer)