finish up GLSL conversion stuff and make some minor tweaks to shader parser

This commit is contained in:
jp9000
2013-10-08 13:36:15 -07:00
parent f9d1a4b9ed
commit 34357f00fb
6 changed files with 305 additions and 38 deletions

5
README
View File

@@ -14,9 +14,8 @@ What's the goal of rewriting OBS?
necessary for user interface. It also means allowing the use of OpenGL as
well as Direct3D.
- Separate the application from the core, allowing custom user interfaces and
custom appliction of the core if desired, and easier extending of the user
interface.
- Separate the application from the core, allowing custom custom appliction of
the core if desired, and easier extending of the user interface.
- Simplify complex systems to not only make it easier to use, but easier to
maintain.