From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../classirr_1_1scene_1_1_c_vertex_buffer.html | 673 --------------------- 1 file changed, 673 deletions(-) delete mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html deleted file mode 100644 index 68f03f8..0000000 --- a/libraries/irrlicht-1.8/doc/html/classirr_1_1scene_1_1_c_vertex_buffer.html +++ /dev/null @@ -1,673 +0,0 @@ - - - - -Irrlicht 3D Engine: irr::scene::CVertexBuffer Class Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - - - - - - - -
-
Irrlicht 3D Engine - -
- -
- - - - - - -
-
-
- - - - -
-
- -
-
-
- -
-
- -
-
irr::scene::CVertexBuffer Class Reference
-
-
- -

#include <CVertexBuffer.h>

-
- + Inheritance diagram for irr::scene::CVertexBuffer:
-
-
- - -

List of all members.

-

-Classes

- -

-Public Member Functions

- -

-Public Attributes

- -

Detailed Description

-
-

Definition at line 16 of file CVertexBuffer.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
irr::scene::CVertexBuffer::CVertexBuffer (video::E_VERTEX_TYPE vertexType) [inline]
-
-
- -

Definition at line 75 of file CVertexBuffer.h.

- -

References setType().

- -
-
- -
-
- - - - - - - - -
irr::scene::CVertexBuffer::CVertexBuffer (const IVertexBufferVertexBufferCopy) [inline]
-
- -
- -
-
- - - - - - - -
virtual irr::scene::CVertexBuffer::~CVertexBuffer () [inline, virtual]
-
-
- -

Definition at line 92 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
-

Member Function Documentation

- -
-
- - - - - - - -
virtual u32 irr::scene::CVertexBuffer::allocated_size () const [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 169 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual u32 irr::scene::CVertexBuffer::getChangedID () const [inline, virtual]
-
-
- -

Get the currently used ID for identification of changes.

-

This shouldn't be used for anything outside the VideoDriver.

- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 199 of file CVertexBuffer.h.

- -

References ChangedID.

- -
-
- -
-
- - - - - - - -
virtual void* irr::scene::CVertexBuffer::getData () [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 133 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual E_HARDWARE_MAPPING irr::scene::CVertexBuffer::getHardwareMappingHint () const [inline, virtual]
-
-
- -

get the current hardware mapping hint

- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 180 of file CVertexBuffer.h.

- -

References MappingHint.

- -
-
- -
-
- - - - - - - -
virtual video::S3DVertex& irr::scene::CVertexBuffer::getLast () [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 154 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual video::E_VERTEX_TYPE irr::scene::CVertexBuffer::getType () const [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 135 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - - -
virtual video::S3DVertex& irr::scene::CVertexBuffer::operator[] (const u32 index) const [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 149 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual video::S3DVertex* irr::scene::CVertexBuffer::pointer () [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 174 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - - -
virtual void irr::scene::CVertexBuffer::push_back (const video::S3DVertexelement) [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 144 of file CVertexBuffer.h.

- -

References Vertices.

- -

Referenced by CVertexBuffer().

- -
-
- -
-
- - - - - - - - -
virtual void irr::scene::CVertexBuffer::reallocate (u32 new_size) [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 164 of file CVertexBuffer.h.

- -

References Vertices.

- -

Referenced by CVertexBuffer().

- -
-
- -
-
- - - - - - - - -
virtual void irr::scene::CVertexBuffer::set_used (u32 usedNow) [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 159 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual void irr::scene::CVertexBuffer::setDirty () [inline, virtual]
-
-
- -

flags the mesh as changed, reloads hardware buffers

- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 192 of file CVertexBuffer.h.

- -

References ChangedID.

- -
-
- -
-
- - - - - - - - -
virtual void irr::scene::CVertexBuffer::setHardwareMappingHint (E_HARDWARE_MAPPING NewMappingHint) [inline, virtual]
-
-
- -

set the hardware mapping hint, for driver

- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 186 of file CVertexBuffer.h.

- -

References MappingHint.

- -
-
- -
-
- - - - - - - - -
virtual void irr::scene::CVertexBuffer::setType (video::E_VERTEX_TYPE vertexType) [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 98 of file CVertexBuffer.h.

- -

References irr::video::EVT_2TCOORDS, irr::video::EVT_STANDARD, irr::video::EVT_TANGENTS, and Vertices.

- -

Referenced by CVertexBuffer().

- -
-
- -
-
- - - - - - - -
virtual u32 irr::scene::CVertexBuffer::size () const [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 139 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
- -
-
- - - - - - - -
virtual u32 irr::scene::CVertexBuffer::stride () const [inline, virtual]
-
-
- -

Implements irr::scene::IVertexBuffer.

- -

Definition at line 137 of file CVertexBuffer.h.

- -

References Vertices.

- -
-
-

Member Data Documentation

- -
- -
- -

Definition at line 202 of file CVertexBuffer.h.

- -

Referenced by getChangedID(), and setDirty().

- -
-
- -
- -
- -

Definition at line 201 of file CVertexBuffer.h.

- -

Referenced by getHardwareMappingHint(), and setHardwareMappingHint().

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