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 TypeMethodDescriptionvoidVkDeviceCommands.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 VkIndirectCommandsLayoutEXTVkGeneratedCommandsInfoEXT.indirectCommandsLayout()@Nullable VkIndirectCommandsLayoutEXTVkGeneratedCommandsMemoryRequirementsInfoEXT.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 recordRepresents a pointer toVkIndirectCommandsLayoutEXThandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkIndirectCommandsLayoutEXTModifier and TypeMethodDescription@Nullable VkIndirectCommandsLayoutEXTVkIndirectCommandsLayoutEXT.Ptr.read()@Nullable VkIndirectCommandsLayoutEXTVkIndirectCommandsLayoutEXT.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 @NotNull [] values) VkIndirectCommandsLayoutEXT.Ptr.allocateV(Arena arena, @Nullable VkIndirectCommandsLayoutEXT value0, @Nullable VkIndirectCommandsLayoutEXT... values) voidVkIndirectCommandsLayoutEXT.Ptr.write(long index, @Nullable VkIndirectCommandsLayoutEXT value) voidVkIndirectCommandsLayoutEXT.Ptr.write(@Nullable VkIndirectCommandsLayoutEXT value) voidVkIndirectCommandsLayoutEXT.Ptr.write(@Nullable VkIndirectCommandsLayoutEXT[] values) voidVkIndirectCommandsLayoutEXT.Ptr.writeV(@Nullable VkIndirectCommandsLayoutEXT value0, @Nullable VkIndirectCommandsLayoutEXT... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkIndirectCommandsLayoutEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkIndirectCommandsLayoutEXT> values)