#include <KeosD3D9Enum.h>
Static Public Member Functions | |
| static ulong | BufferFlags (ulong nFlags) |
| Buffer creation flags. | |
| static ulong | LockFlags (ulong nFlags) |
| Lock flags. | |
| static D3DTRANSFORMSTATETYPE | Get (TMatrixType Value) |
| Matrix type. | |
| static D3DPRIMITIVETYPE | Get (TPrimitiveType Value) |
| Primitive type. | |
| static D3DFORMAT | Get (TPixelFormat Value) |
| Formats of pixel. | |
| static D3DBLEND | Get (TBlend Value) |
| Alpha-blending parameters. | |
| static D3DTEXTUREOP | Get (TTextureOp Value) |
| Textures operators. | |
| static ulong | Get (TTextureArg Value) |
| Arguments of mixing of the units of texture. | |
| static D3DRENDERSTATETYPE | Get (TRenderParameter Value) |
| Render parameters. | |
| static ulong | Get (TFillMode Value) |
| Fill modes. | |
Definition at line 32 of file KeosD3D9Enum.h.
Buffer creation flags.
Definition at line 118 of file KeosD3D9Enum.cpp.
References Keos::BUF_DYNAMIC.
Referenced by Keos::CD3D9RenderSystem::_CreateIB(), and Keos::CD3D9RenderSystem::_CreateVB().
Lock flags.
Definition at line 124 of file KeosD3D9Enum.cpp.
References Keos::LOCK_READONLY, and Keos::LOCK_WRITEONLY.
| D3DTRANSFORMSTATETYPE Keos::CD3D9Enum::Get | ( | TMatrixType | Value | ) | [static] |
Matrix type.
Definition at line 141 of file KeosD3D9Enum.cpp.
Referenced by Keos::CD3D9RenderSystem::CreateTexture(), Keos::CD3D9RenderSystem::DrawIndexedPrimitives(), Keos::CD3D9RenderSystem::DrawPrimitives(), Keos::CD3D9RenderSystem::Enable(), Keos::CD3D9RenderSystem::LoadMatrix(), Keos::CD3D9RenderSystem::LoadMatrixMult(), Keos::CD3D9RenderSystem::PopMatrix(), Keos::CD3D9RenderSystem::SetFillMode(), Keos::CD3D9RenderSystem::SetupAlphaBlending(), and Keos::CD3D9RenderSystem::SetupTextureUnit().
| D3DPRIMITIVETYPE Keos::CD3D9Enum::Get | ( | TPrimitiveType | Value | ) | [static] |
| D3DFORMAT Keos::CD3D9Enum::Get | ( | TPixelFormat | Value | ) | [static] |
| D3DBLEND Keos::CD3D9Enum::Get | ( | TBlend | Value | ) | [static] |
| D3DTEXTUREOP Keos::CD3D9Enum::Get | ( | TTextureOp | Value | ) | [static] |
| ulong Keos::CD3D9Enum::Get | ( | TTextureArg | Value | ) | [static] |
| D3DRENDERSTATETYPE Keos::CD3D9Enum::Get | ( | TRenderParameter | Value | ) | [static] |
1.5.1-p1