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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkGraphicsPipelineCreateInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkGraphicsPipelineCreateInfostructure(s) in native memory.