Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectExecutionSetCreateInfoEXT
Packages that use VkIndirectExecutionSetCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkIndirectExecutionSetCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.createIndirectExecutionSetEXT
(VkDevice device, VkIndirectExecutionSetCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectExecutionSetEXT.Ptr pIndirectExecutionSet) -
Uses of VkIndirectExecutionSetCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectExecutionSetCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectExecutionSetCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescription@NotNull VkIndirectExecutionSetCreateInfoEXT
VkIndirectExecutionSetCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectExecutionSetCreateInfoEXT.clone
(Arena arena, VkIndirectExecutionSetCreateInfoEXT src) VkIndirectExecutionSetCreateInfoEXT.info
(@NotNull VkIndirectExecutionSetInfoEXT value) VkIndirectExecutionSetCreateInfoEXT.info
(Consumer<@NotNull VkIndirectExecutionSetInfoEXT> consumer) VkIndirectExecutionSetCreateInfoEXT.sType
(int value) VkIndirectExecutionSetCreateInfoEXT.Ptr.toArray()
VkIndirectExecutionSetCreateInfoEXT.type
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkIndirectExecutionSetCreateInfoEXT> VkIndirectExecutionSetCreateInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetCreateInfoEXT.clone
(Arena arena, VkIndirectExecutionSetCreateInfoEXT src) void
VkIndirectExecutionSetCreateInfoEXT.Ptr.write
(long index, @NotNull VkIndirectExecutionSetCreateInfoEXT value)