From 5dad8b4d1fda37b7b4763ef7361c5eb92131cb7e Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 15 Dec 2009 19:10:11 -0800 Subject: Place shader logging behind prop to declutter logs. --- libs/rs/rsProgramVertex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/rs/rsProgramVertex.cpp') diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 9a2edfc..058cd73 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -108,8 +108,8 @@ void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state) mDirty = false; } -void ProgramVertex::loadShader() { - Program::loadShader(GL_VERTEX_SHADER); +void ProgramVertex::loadShader(Context *rsc) { + Program::loadShader(rsc, GL_VERTEX_SHADER); } void ProgramVertex::createShader() -- cgit v1.1