Commit 4e0dc592 authored by nadro's avatar nadro

- Improved 2D rendering (removed GL 1.1 - glBegin, glEnd deprecated stuff).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4414 dfc29bdd-3216-0410-991c-e03cc46cb475
parent d493514c
This diff is collapsed.
......@@ -592,6 +592,10 @@ namespace video
};
core::array<RequestedLight> RequestedLights;
//! Built-in 2D quad for 2D rendering.
S3DVertex Quad2DVertices[4];
u16 Quad2DIndices[6];
#ifdef _IRR_WINDOWS_API_
HDC HDc; // Private GDI Device Context
HWND Window;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment