FFramebuffer¶
-
namespace
marengine -
class
FFramebuffer: public IFramebuffer¶ Subclassed by FFramebufferOpenGL
Public Functions
-
void
setSize(uint32 width, uint32 height) final¶
-
void
setClearColor(maths::vec3 clearColor) final¶
-
uint32
getWidth() const final¶
-
uint32
getHeight() const final¶
Protected Attributes
-
FFramebufferSpecification
p_specification¶
-
void
-
class
FFramebufferFactory: public IFramebufferFactory¶ Subclassed by FFramebufferFactoryOpenGL
-
class
FFramebufferStorage: public IFramebufferStorage¶ Subclassed by FFramebufferStorageOpenGL
-
class