Vookoo
Public Member Functions | List of all members
vku::ComputePipelineMaker Class Reference

A class for building compute pipelines. More...

#include <vku.hpp>

Public Member Functions

void shader (vk::ShaderStageFlagBits stage, vku::ShaderModule &shader, const char *entryPoint="main")
 Add a shader module to the pipeline.
 
ComputePipelineMakermodule (const vk::PipelineShaderStageCreateInfo &value)
 Set the compute shader module.
 
vk::UniquePipeline createUnique (vk::Device device, const vk::PipelineCache &pipelineCache, const vk::PipelineLayout &pipelineLayout)
 Create a managed handle to a compute shader.
 

Detailed Description

A class for building compute pipelines.


The documentation for this class was generated from the following file: