mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Code re-work: HDR
This commit is contained in:
@@ -155,7 +155,8 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
|
||||
// renderQuad() renders a 1x1 quad in NDC
|
||||
// renders a 1x1 quad in NDC with manually calculated tangent vectors
|
||||
// ------------------------------------------------------------------
|
||||
unsigned int quadVAO = 0;
|
||||
unsigned int quadVBO;
|
||||
void renderQuad()
|
||||
|
||||
Reference in New Issue
Block a user