MCPcopy Create free account
hub / github.com/cginternals/globjects / clearColor

Method clearColor

source/globjects/source/Framebuffer.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Framebuffer::clearColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha)
253{
254 glClearColor(red, green, blue, alpha);
255}
256
257void Framebuffer::clearColor(const glm::vec4 & color)
258{

Callers 1

currentStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected