diff options
| author | 2010-01-04 16:52:27 -0800 | |
|---|---|---|
| committer | 2010-01-04 16:52:27 -0800 | |
| commit | e17964e150e459bacced5658ae36fe1c56082e37 (patch) | |
| tree | d9a3f9bf24dcc509d8475e978c262d702cfb0bf3 /libs/rs/rsScriptC.cpp | |
| parent | 7d46f612a25fc9f190358e9bd807b71d424ce7d2 (diff) | |
Add RS support for generic attribs as input to vertex programs.
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 9db3127076f4..b7e0b86e81b1 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -137,7 +137,6 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s) rsc->appendNameDefines(&tmp); appendDecls(&tmp); - rsc->appendVarDefines(&tmp); appendVarDefines(rsc, &tmp); appendTypes(rsc, &tmp); tmp.append("#line 1\n"); |