diff options
author | 2009-06-10 15:04:38 -0700 | |
---|---|---|
committer | 2009-06-10 15:04:38 -0700 | |
commit | 3eaa338e11a3b0d6b87d705e5bb95625e82347bd (patch) | |
tree | f0e91b1fbf362b86b54d84325581f7544536a38c /libs/rs/rsProgramVertex.cpp | |
parent | da423d8479a2cefb456a03d7dc550e74e473acf4 (diff) |
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r-- | libs/rs/rsProgramVertex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 8e2b82d7fca4..a80e2f7ec309 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -97,7 +97,6 @@ RsProgramVertex rsi_ProgramVertexCreate(Context *rsc) ProgramVertex *pv = rsc->mStateVertex.mPV; pv->incRef(); rsc->mStateVertex.mPV = 0; - return pv; } |