From 393b5cd1dc438872af89d334ef6e5fcc59f27d47 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:24:39 +1000 Subject: Added Irrlicht 1.8, but without all the Windows binaries. --- .../structirr_1_1video_1_1_i_render_target.html | 372 +++++++++++++++++++++ 1 file changed, 372 insertions(+) create mode 100644 libraries/irrlicht-1.8/doc/html/structirr_1_1video_1_1_i_render_target.html (limited to 'libraries/irrlicht-1.8/doc/html/structirr_1_1video_1_1_i_render_target.html') diff --git a/libraries/irrlicht-1.8/doc/html/structirr_1_1video_1_1_i_render_target.html b/libraries/irrlicht-1.8/doc/html/structirr_1_1video_1_1_i_render_target.html new file mode 100644 index 0000000..a0b7038 --- /dev/null +++ b/libraries/irrlicht-1.8/doc/html/structirr_1_1video_1_1_i_render_target.html @@ -0,0 +1,372 @@ + + + + +Irrlicht 3D Engine: irr::video::IRenderTarget Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::IRenderTarget Struct Reference
+
+
+ +

#include <IVideoDriver.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+
+

Definition at line 211 of file IVideoDriver.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::IRenderTarget::IRenderTarget (ITexturetexture,
E_COLOR_PLANE colorMask = ECP_ALL,
E_BLEND_FACTOR blendFuncSrc = EBF_ONE,
E_BLEND_FACTOR blendFuncDst = EBF_ONE_MINUS_SRC_ALPHA,
E_BLEND_OPERATION blendOp = EBO_NONE 
) [inline]
+
+
+ +

Definition at line 213 of file IVideoDriver.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::IRenderTarget::IRenderTarget (E_RENDER_TARGET target,
E_COLOR_PLANE colorMask = ECP_ALL,
E_BLEND_FACTOR blendFuncSrc = EBF_ONE,
E_BLEND_FACTOR blendFuncDst = EBF_ONE_MINUS_SRC_ALPHA,
E_BLEND_OPERATION blendOp = EBO_NONE 
) [inline]
+
+
+ +

Definition at line 222 of file IVideoDriver.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
bool irr::video::IRenderTarget::operator!= (const IRenderTargetother) const [inline]
+
+
+ +

Definition at line 231 of file IVideoDriver.h.

+ +

References BlendFuncDst, BlendFuncSrc, BlendOp, ColorMask, RenderTexture, and TargetType.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Definition at line 244 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+ +
+ +
+ +

Definition at line 243 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+ +
+ +
+ +

Definition at line 245 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+ +
+ +
+ +

Definition at line 242 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+ +
+ +
+ +

Definition at line 240 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+ +
+ +
+ +

Definition at line 241 of file IVideoDriver.h.

+ +

Referenced by operator!=().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + + -- cgit v1.1