30 virtual const glm::uvec2&
GetSize()
const = 0;
A render pass.
Definition: RenderPass.hpp:11
virtual ~RenderPass()
Destructor.
Definition: RenderPass.hpp:24
virtual const glm::uvec2 & GetSize() const =0
Get the size of the frame buffer.
LoadOperation
What to do with an image being rendered to before rendering to it.
Definition: RenderPass.hpp:14
@ DONT_CARE
Don't care. The contents will be overwritten anyway.
@ LOAD
Load the previous image contents.
@ CLEAR
Clear the image contents.
RenderPass()
Create new render pass.
Definition: RenderPass.hpp:21
Definition: Editor.hpp:18