Skip to content
Snippets Groups Projects

Resolve "Shader Program Class"

Merged Mark Oliver Mints requested to merge 10-shader-program-class into develop
5 unresolved threads
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -117,7 +117,7 @@ namespace vkcv
* @param handle a handle to return the created vulkan handle
* @return True if Pipeline creation was successfull, False if not
*/
bool createPipeline(const Pipeline &pipeline, PipelineHandle &handle);
bool createGraphicsPipeline(const Pipeline &pipeline, PipelineHandle &handle);
// TODO:
BufferHandle createBuffer(const Buffer &buf);
Loading