Sign in
swiftshader
/
SwiftShader
/
d76b5df8ab8c2095398a2fcf33570dde3a3028d9
/
.
/
src
/
GLES2
/
libEGL
/
Texture2D.hpp
blob: 0088cbc5c95fc53c9c7a54d07f545c3b3121d8b9 [
file
] [
log
] [
blame
]
#ifndef
egl_Texture2D_hpp
#define
egl_Texture2D_hpp
namespace
egl
{
class
Texture2D
{
public
:
virtual
void
releaseTexImage
()
=
0
;
};
}
#endif
// egl_Texture2D_hpp