mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
renderer_opengl: Remove unimplemented function declaration
This commit is contained in:
parent
248b2993e8
commit
8a3428f16c
@ -64,9 +64,6 @@ private:
|
|||||||
void LoadColorToActiveGLTexture(u8 color_r, u8 color_g, u8 color_b,
|
void LoadColorToActiveGLTexture(u8 color_r, u8 color_g, u8 color_b,
|
||||||
const TextureInfo& texture);
|
const TextureInfo& texture);
|
||||||
|
|
||||||
/// Computes the viewport rectangle
|
|
||||||
MathUtil::Rectangle<unsigned> GetViewportExtent();
|
|
||||||
|
|
||||||
EmuWindow* render_window; ///< Handle to render window
|
EmuWindow* render_window; ///< Handle to render window
|
||||||
u32 last_mode; ///< Last render mode
|
u32 last_mode; ///< Last render mode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user