Sign in
swiftshader
/
SwiftShader
/
53e38860b8a82b93aeea8b64ef13075514b05649
/
.
/
src
/
Radiance
/
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