Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Typedefs
GraphicsPipeline.h File Reference

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...
 

Detailed Description

This file declares the GraphicsPipeline class.

Definition in file GraphicsPipeline.h.