CMSC23700 Common Code Library
Support code for CS23700 programming projects
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cs237-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 23700 Autumn 2023.

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

Author
John Reppy