|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| RenderPass (VkRenderPass renderPass, const char *renderPassName) | |
| RenderPass (const CreateInfo &createInfo) | |
| void | Update (VkRenderPass renderPass) |
| virtual VkRenderPass | GetRenderPassHandle () const |
| virtual const char * | GetDebugName () const override |
| virtual const float * | GetDebugColor () const override |
| size_t | GetColorAttachmentCount () const |
| VkFormat | GetVkColorFormat (size_t i) const |
| VkFormat | GetVkDepthFormat () const |
| VkFormat | GetVkStencilFormat () const |
Public Attributes | |
| bool | shouldClearDepthOnLoad = true |
|
overridevirtual |
Reimplemented from Grindstone::GraphicsAPI::RenderPass.
|
overridevirtual |
Implements Grindstone::GraphicsAPI::RenderPass.
|
overridevirtual |
Implements Grindstone::GraphicsAPI::RenderPass.