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

#include <RenderPass.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::RenderPass:
Grindstone::GraphicsAPI::DirectX12RenderPass Grindstone::GraphicsAPI::Vulkan::RenderPass

Classes

struct  AttachmentInfo
 
struct  CreateInfo
 

Public Member Functions

virtual const char * GetDebugName () const =0
 
virtual const float * GetDebugColor () const =0
 

Detailed Description

A RenderPass describes the formats to be used by one or more GraphicsPipeline. Framebuffers will then be based on a RenderPass.


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