Urho3D
Public Member Functions | Private Member Functions | Private Attributes
Urho3D::VertexDeclaration Class Reference

Vertex declaration. More...

#include <D3D9VertexDeclaration.h>

Inheritance diagram for Urho3D::VertexDeclaration:
Urho3D::RefCounted

List of all members.

Public Member Functions

 VertexDeclaration (Graphics *graphics, unsigned elementMask)
 Construct with vertex element mask.
 VertexDeclaration (Graphics *graphics, const Vector< VertexBuffer * > &buffers, const PODVector< unsigned > &elementMasks)
 Construct with vertex buffers and element masks to base declaration on.
 VertexDeclaration (Graphics *graphics, const Vector< SharedPtr< VertexBuffer > > &buffers, const PODVector< unsigned > &elementMasks)
 Construct with vertex buffers (shared pointer vector) and element masks to base declaration on.
 ~VertexDeclaration ()
 Destruct.
IDirect3DVertexDeclaration9 * GetDeclaration () const
 Return Direct3D vertex declaration.
- Public Member Functions inherited from Urho3D::RefCounted
 RefCounted ()
 Construct. Allocate the reference count structure and set an initial self weak reference.
virtual ~RefCounted ()
 Destruct. Mark as expired and also delete the reference count structure if no outside weak references exist.
void AddRef ()
 Increment reference count. Can also be called outside of a SharedPtr for traditional reference counting.
void ReleaseRef ()
 Decrement reference count and delete self if no more references. Can also be called outside of a SharedPtr for traditional reference counting.
int Refs () const
 Return reference count.
int WeakRefs () const
 Return weak reference count.
RefCountRefCountPtr ()
 Return pointer to the reference count structure.

Private Member Functions

void Create (Graphics *graphics, const PODVector< VertexDeclarationElement > &elements)
 Create declaration.
void Release ()
 Release declaration.

Private Attributes

IDirect3DVertexDeclaration9 * declaration_
 Direct3D vertex declaration.

Detailed Description

Vertex declaration.


The documentation for this class was generated from the following files: