aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/gl/CLGLTexture.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/mbien/opencl/gl/CLGLTexture.java')
-rw-r--r--src/com/mbien/opencl/gl/CLGLTexture.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/com/mbien/opencl/gl/CLGLTexture.java b/src/com/mbien/opencl/gl/CLGLTexture.java
deleted file mode 100644
index 246f7d06..00000000
--- a/src/com/mbien/opencl/gl/CLGLTexture.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Created on Friday, February 26 2010
- */
-
-package com.mbien.opencl.gl;
-
-/**
- *
- * @author Michael Bien
- */
-interface CLGLTexture extends CLGLObject {
-
- /**
- * Returns the OpenGL texture target of this texture.
- */
- public int getTextureTarget();
-
- /**
- * Returns the OpenGL mipmap level of this texture.
- */
- public int getMipMapLevel();
-
-}