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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkIndirectExecutionSetCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescription@NotNull VkIndirectExecutionSetCreateInfoEXTVkIndirectExecutionSetCreateInfoEXT.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.pNext(@NotNull MemorySegment value) 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) voidVkIndirectExecutionSetCreateInfoEXT.Ptr.write(long index, @NotNull VkIndirectExecutionSetCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectExecutionSetCreateInfoEXTModifier and TypeMethodDescriptionVkIndirectExecutionSetCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectExecutionSetCreateInfoEXT> consumer)