6namespace Grindstone::GraphicsAPI {
19 bool hasDepthStencilAttachment =
false;
30 ColorFormat colorFormat = ColorFormat::Invalid;
31 bool shouldClear =
false;
35 const char* debugName =
nullptr;
37 uint32_t colorAttachmentCount = 0;
38 DepthFormat depthFormat = DepthFormat::None;
39 bool shouldClearDepthOnLoad =
true;
43 virtual const char* GetDebugName()
const = 0;
44 virtual const float* GetDebugColor()
const = 0;
Definition RenderPass.hpp:27
Definition RenderPass.hpp:18
Definition RenderPass.hpp:29
Definition RenderPass.hpp:34
Definition RenderPass.hpp:11