diff options
Diffstat (limited to 'libs/rs/driver/rsdShaderCache.h')
| -rw-r--r-- | libs/rs/driver/rsdShaderCache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/rs/driver/rsdShaderCache.h b/libs/rs/driver/rsdShaderCache.h index 0beecae..88aa32d 100644 --- a/libs/rs/driver/rsdShaderCache.h +++ b/libs/rs/driver/rsdShaderCache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2011-2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,8 +49,8 @@ public: bool setup(const android::renderscript::Context *rsc); - void cleanupVertex(uint32_t id); - void cleanupFragment(uint32_t id); + void cleanupVertex(RsdShader *s); + void cleanupFragment(RsdShader *s); void cleanupAll(); |
