Massively disgusting and incomplete shader translator.

This commit is contained in:
Ben Vanik
2013-10-12 22:14:23 -07:00
parent 0ef278325f
commit 96a857e892
10 changed files with 1145 additions and 60 deletions

View File

@@ -29,9 +29,9 @@ GraphicsSystem::GraphicsSystem(const CreationParams* params) :
// Set during Initialize();
driver_ = 0;
// Create the run loop used for any windows/etc.
// This must be done on the thread we create the driver.
// Create the run loop used for any windows/etc.
// This must be done on the thread we create the driver.
run_loop_ = xe_run_loop_create();
// Create worker thread.