Overrides - Started work

+ Basic structures
+ Partial implementation in the sync manager
+ Partial implementation of the single float override
+ Silly hardcoded tests in the demo/main files
This commit is contained in:
Emmanuel BENOîT 2017-11-16 12:20:21 +01:00
parent c18702c2f3
commit 422ab564f3
9 changed files with 246 additions and 28 deletions

View file

@ -26,7 +26,9 @@ COMMON = \
profiling.cc \
shaders.cc \
odbg.cc \
\
sync.cc \
syncoverrides.cc \
\
ops.cc \
opast.cc \