CMSC23740 Common Code Library
Support code for CS23740 programming projects
Loading...
Searching...
No Matches
pipeline.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cs237
 

Functions

vk::PipelineVertexInputStateCreateInfo cs237::vertexInputInfo (std::vector< vk::VertexInputBindingDescription > const &descs, std::vector< vk::VertexInputAttributeDescription > const &attrs)
 initialize info for the vertex input stage of the pipeline
 
void cs237::destroyVertexInputInfo (vk::PipelineVertexInputStateCreateInfo &info)
 release resources allocated by vertexInputInfo
 

Detailed Description

Support code for CMSC 23740 Autumn 2024.

This file contains a number of helper functions for defining a graphics pipeline.

Author
John Reppy