Quick commit of a broken setup that doesn't work.
This commit is contained in:
parent
22c2b78fca
commit
753df69b4c
129 changed files with 16095 additions and 0 deletions
8
27-instancing/src/config.hpp
Normal file
8
27-instancing/src/config.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define INSTANCE_COUNT 10
|
||||
|
||||
const unsigned int SCR_WIDTH = 1792;
|
||||
const unsigned int SCR_HEIGHT = 1008;
|
||||
|
||||
#define MAX_LIGHTS 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue