diff options
Diffstat (limited to 'libs/rs/rsProgram.h')
-rw-r--r-- | libs/rs/rsProgram.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h index bcf5519..2922270 100644 --- a/libs/rs/rsProgram.h +++ b/libs/rs/rsProgram.h @@ -43,8 +43,6 @@ public: void bindTexture(Context *, uint32_t slot, Allocation *); void bindSampler(Context *, uint32_t slot, Sampler *); - void setShader(const char *, uint32_t len); - void forceDirty() const {mDirty = true;} struct Hal { |