Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsLayoutCreateInfoEXT
Packages that use VkIndirectCommandsLayoutCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkIndirectCommandsLayoutCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkIndirectCommandsLayoutCreateInfoEXTModifier and TypeMethodDescriptionintVkDeviceCommands.createIndirectCommandsLayoutEXT(VkDevice device, VkIndirectCommandsLayoutCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkIndirectCommandsLayoutEXT.Ptr pIndirectCommandsLayout) -
Uses of VkIndirectCommandsLayoutCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsLayoutCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsLayoutCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutCreateInfoEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsLayoutCreateInfoEXT.clone(Arena arena, VkIndirectCommandsLayoutCreateInfoEXT src) VkIndirectCommandsLayoutCreateInfoEXT.flags(int value) VkIndirectCommandsLayoutCreateInfoEXT.indirectStride(int value) VkIndirectCommandsLayoutCreateInfoEXT.pipelineLayout(@Nullable VkPipelineLayout value) VkIndirectCommandsLayoutCreateInfoEXT.pNext(@NotNull MemorySegment value) VkIndirectCommandsLayoutCreateInfoEXT.pTokens(@Nullable IVkIndirectCommandsLayoutTokenEXT value) VkIndirectCommandsLayoutCreateInfoEXT.shaderStages(int value) VkIndirectCommandsLayoutCreateInfoEXT.sType(int value) VkIndirectCommandsLayoutCreateInfoEXT.Ptr.toArray()VkIndirectCommandsLayoutCreateInfoEXT.tokenCount(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsLayoutCreateInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsLayoutCreateInfoEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutCreateInfoEXT.clone(Arena arena, VkIndirectCommandsLayoutCreateInfoEXT src) voidVkIndirectCommandsLayoutCreateInfoEXT.Ptr.write(long index, @NotNull VkIndirectCommandsLayoutCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsLayoutCreateInfoEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsLayoutCreateInfoEXT> consumer)