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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to aVkComputePipelineCreateInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkComputePipelineCreateInfo
structure(s) in native memory.