Uses of Interface
club.doki7.vulkan.datatype.IVkComputePipelineCreateInfo
Packages that use IVkComputePipelineCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkComputePipelineCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkComputePipelineCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createComputePipelines(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkComputePipelineCreateInfo pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) -
Uses of IVkComputePipelineCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkComputePipelineCreateInfoModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkComputePipelineCreateInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkComputePipelineCreateInfostructure(s) in native memory.