summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
-rw-r--r--libs/rs/rsProgramVertex.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h
index 355df2b..824edbb 100644
--- a/libs/rs/rsProgramVertex.h
+++ b/libs/rs/rsProgramVertex.h
@@ -25,8 +25,7 @@ namespace renderscript {
class ProgramVertexState;
-class ProgramVertex : public Program
-{
+class ProgramVertex : public Program {
public:
ProgramVertex(Context *,const char * shaderText, uint32_t shaderLength,
const uint32_t * params, uint32_t paramLength);
@@ -50,9 +49,7 @@ public:
static ProgramVertex *createFromStream(Context *rsc, IStream *stream);
};
-
-class ProgramVertexState
-{
+class ProgramVertexState {
public:
ProgramVertexState();
~ProgramVertexState();
@@ -66,7 +63,6 @@ public:
ObjectBaseRef<Allocation> mDefaultAlloc;
};
-
}
}
#endif