|
Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This file declares the GraphicsPipeline class. More...
#include <array>#include <vector>#include "vulkan/vulkan_core.h"Go to the source code of this file.
Classes | |
| class | talvos::GraphicsPipeline |
| This class encapsulates a graphics pipeline. More... | |
Namespaces | |
| talvos | |
Typedefs | |
| typedef std::vector < VkVertexInputAttributeDescription > | talvos::VertexAttributeDescriptionList |
| A list of vertex attribute descriptions. More... | |
| typedef std::vector < VkVertexInputBindingDescription > | talvos::VertexBindingDescriptionList |
| A list of vertex binding descriptions. More... | |
| typedef std::vector < VkPipelineColorBlendAttachmentState > | talvos::BlendAttachmentStateList |
| A list of pipeline color blend attachment states. More... | |
This file declares the GraphicsPipeline class.
Definition in file GraphicsPipeline.h.
1.8.6