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 TypeMethodDescriptionvoidVkDeviceCommands.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 VkIndirectCommandsLayoutNVVkGeneratedCommandsInfoNV.indirectCommandsLayout()@Nullable VkIndirectCommandsLayoutNVVkGeneratedCommandsMemoryRequirementsInfoNV.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 recordRepresents a pointer toVkIndirectCommandsLayoutNVhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkIndirectCommandsLayoutNVModifier and TypeMethodDescription@Nullable VkIndirectCommandsLayoutNVVkIndirectCommandsLayoutNV.Ptr.read()@Nullable VkIndirectCommandsLayoutNVVkIndirectCommandsLayoutNV.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) voidVkIndirectCommandsLayoutNV.Ptr.write(long index, @Nullable VkIndirectCommandsLayoutNV value) voidVkIndirectCommandsLayoutNV.Ptr.write(@Nullable VkIndirectCommandsLayoutNV value) voidVkIndirectCommandsLayoutNV.Ptr.write(@Nullable VkIndirectCommandsLayoutNV[] values) voidVkIndirectCommandsLayoutNV.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)