Uses of Record Class
club.doki7.vulkan.handle.VkIndirectCommandsLayoutNV
Packages that use VkIndirectCommandsLayoutNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkIndirectCommandsLayoutNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkIndirectCommandsLayoutNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroyIndirectCommandsLayoutNV
(VkDevice device, @Nullable VkIndirectCommandsLayoutNV indirectCommandsLayout, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkIndirectCommandsLayoutNV in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutNVModifier and TypeMethodDescription@Nullable VkIndirectCommandsLayoutNV
VkGeneratedCommandsInfoNV.indirectCommandsLayout()
@Nullable VkIndirectCommandsLayoutNV
VkGeneratedCommandsMemoryRequirementsInfoNV.indirectCommandsLayout()
Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsLayoutNVModifier and TypeMethodDescriptionVkGeneratedCommandsInfoNV.indirectCommandsLayout
(@Nullable VkIndirectCommandsLayoutNV value) VkGeneratedCommandsMemoryRequirementsInfoNV.indirectCommandsLayout
(@Nullable VkIndirectCommandsLayoutNV value) -
Uses of VkIndirectCommandsLayoutNV in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkIndirectCommandsLayoutNVModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkIndirectCommandsLayoutNV
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkIndirectCommandsLayoutNVModifier and TypeMethodDescription@Nullable VkIndirectCommandsLayoutNV
VkIndirectCommandsLayoutNV.Ptr.read()
@Nullable VkIndirectCommandsLayoutNV
VkIndirectCommandsLayoutNV.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkIndirectCommandsLayoutNVModifier and TypeMethodDescription@NotNull Iterator
<VkIndirectCommandsLayoutNV> VkIndirectCommandsLayoutNV.Ptr.iterator()
Methods in club.doki7.vulkan.handle with parameters of type VkIndirectCommandsLayoutNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutNV.Ptr.allocate
(Arena arena, @Nullable VkIndirectCommandsLayoutNV @NotNull [] values) VkIndirectCommandsLayoutNV.Ptr.allocateV
(Arena arena, @Nullable VkIndirectCommandsLayoutNV value0, @Nullable VkIndirectCommandsLayoutNV... values) void
VkIndirectCommandsLayoutNV.Ptr.write
(long index, @Nullable VkIndirectCommandsLayoutNV value) void
VkIndirectCommandsLayoutNV.Ptr.write
(@Nullable VkIndirectCommandsLayoutNV value) void
VkIndirectCommandsLayoutNV.Ptr.write
(@Nullable VkIndirectCommandsLayoutNV[] values) void
VkIndirectCommandsLayoutNV.Ptr.writeV
(@Nullable VkIndirectCommandsLayoutNV value0, @Nullable VkIndirectCommandsLayoutNV... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkIndirectCommandsLayoutNVModifier and TypeMethodDescriptionVkIndirectCommandsLayoutNV.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkIndirectCommandsLayoutNV> values)