Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void Framebuffer::clearColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alpha)
253
{
254
glClearColor(red, green, blue, alpha);
255
}
256
257
void Framebuffer::clearColor(const glm::vec4 & color)
258
{
Callers
1
currentState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected