29 #include "RenderDeviceGL.h" 30 #include <android/native_window.h> 37 static const Diligent::INTERFACE_ID IID_RenderDeviceGLES =
38 { 0xf705a0d9, 0x2023, 0x4de1, { 0x8b, 0x3c, 0xc5, 0x6e, 0x4c, 0xeb, 0x8d, 0xb7 } };
44 virtual bool Invalidate() = 0;
46 virtual void Suspend() = 0;
48 virtual EGLint Resume( ANativeWindow* window ) = 0;
Namespace for the OpenGL implementation of the graphics engine.
Definition: BufferD3D11Impl.h:34
Interface to the render device object implemented in OpenGLES.
Definition: RenderDeviceGLES.h:41
Interface to the render device object implemented in OpenGL.
Definition: RenderDeviceGL.h:41