![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
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 | |
Support code for CMSC 23700 Autumn 2023.
This file contains a number of helper functions for defining a graphics pipeline.