Skip to content
Snippets Groups Projects
Commit a0f436e8 authored by Mark Oliver Mints's avatar Mark Oliver Mints
Browse files

[#71] update docu

parent 9366c6ff
No related branches found
No related tags found
1 merge request!83Resolve "Refactor Pipeline Config and Manager"
Pipeline #27063 passed
#pragma once
/**
* @authors Mara Vogt, Mark Mints
* @file src/vkcv/Pipeline.hpp
* @brief Pipeline class to handle shader stages
* @file src/vkcv/PipelineConfig.hpp
* @brief Graphics Pipeline Config Struct to hand over required information to Pipeline Creation
*/
#include <vector>
......
......@@ -36,7 +36,7 @@ namespace vkcv
* On application level it is necessary first to fill a PipelineConfig Struct.
* @param config Hands over all needed information for pipeline creation.
* @param passManager Hands over the corresponding render pass.
* @return A Handler to the created Pipeline Object.
* @return A Handler to the created Graphics Pipeline Object.
*/
PipelineHandle createPipeline(const PipelineConfig &config, PassManager& passManager);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment