mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 02:58:35 +02:00
+ | Starting camera handling
This commit is contained in:
@ -29,7 +29,7 @@ int main(void)
|
||||
size_t size = sizeof(vertices) / sizeof(RT::Vec2f) / 3;
|
||||
|
||||
shader.setupVertexBuffer(vertices, size);
|
||||
|
||||
|
||||
while (!window.shouldClose())
|
||||
{
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
|
Reference in New Issue
Block a user