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