mirror of
https://github.com/aap/librw.git
synced 2025-12-25 03:49:57 +00:00
implemented fog for gl3
This commit is contained in:
@@ -124,6 +124,12 @@ Camera::destroy(void)
|
||||
free(this);
|
||||
}
|
||||
|
||||
void
|
||||
Camera::clear(RGBA *col, uint32 mode)
|
||||
{
|
||||
DRIVER->clearCamera(this, col, mode);
|
||||
}
|
||||
|
||||
struct CameraChunkData
|
||||
{
|
||||
V2d viewWindow;
|
||||
|
||||
Reference in New Issue
Block a user