diff options
Diffstat (limited to 'src/com/mbien/opencl/gl/CLGLTexture.java')
-rw-r--r-- | src/com/mbien/opencl/gl/CLGLTexture.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/gl/CLGLTexture.java b/src/com/mbien/opencl/gl/CLGLTexture.java index 49fe4cb2..246f7d06 100644 --- a/src/com/mbien/opencl/gl/CLGLTexture.java +++ b/src/com/mbien/opencl/gl/CLGLTexture.java @@ -8,7 +8,7 @@ package com.mbien.opencl.gl; * * @author Michael Bien */ -interface CLGLTexture { +interface CLGLTexture extends CLGLObject { /** * Returns the OpenGL texture target of this texture. |