Uses of Interface
club.doki7.vulkan.datatype.IVkGraphicsPipelineCreateInfo
Packages that use IVkGraphicsPipelineCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkGraphicsPipelineCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkGraphicsPipelineCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createGraphicsPipelines
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkGraphicsPipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) -
Uses of IVkGraphicsPipelineCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkGraphicsPipelineCreateInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkGraphicsPipelineCreateInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkGraphicsPipelineCreateInfo
structure(s) in native memory.