Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::GraphicsPipeline Class Referenceabstract

#include <GraphicsPipeline.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::GraphicsPipeline:
Grindstone::GraphicsAPI::DirectX12GraphicsPipeline Grindstone::GraphicsAPI::OpenGL::GraphicsPipeline Grindstone::GraphicsAPI::Vulkan::GraphicsPipeline

Classes

struct  CreateInfo
 

Public Member Functions

virtual void Recreate (const CreateInfo &createInfo)=0
 

Detailed Description

Pipelines are a program that runs on the GPU. Graphics Pipelines are a variety of Pipeline that deal strictly with computer graphics. They have several stages, some of which are programmable, to draw primitive shapes to pixels on the screen.


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