Hymn to Beauty
C++ 3D Engine
Video::GraphicsPipeline Class Reference

A graphics pipeline. More...

#include <GraphicsPipeline.hpp>

Inheritance diagram for Video::GraphicsPipeline:
Video::OpenGLGraphicsPipeline Video::VulkanGraphicsPipeline Video::WebGPUGraphicsPipeline

Classes

struct  Configuration
 The configuration of the graphics pipeline. More...
 

Public Member Functions

 GraphicsPipeline ()
 Create a new graphics pipeline. More...
 
virtual ~GraphicsPipeline ()
 Destructor. More...
 

Detailed Description

A graphics pipeline.

Todo:
Write better documentation.

Constructor & Destructor Documentation

◆ GraphicsPipeline()

Video::GraphicsPipeline::GraphicsPipeline ( )
inline

Create a new graphics pipeline.

◆ ~GraphicsPipeline()

virtual Video::GraphicsPipeline::~GraphicsPipeline ( )
inlinevirtual

Destructor.


The documentation for this class was generated from the following file: