KeosD3D9Enum.h

Go to the documentation of this file.
00001 /*
00002  * This source file is part of KEOS (Free 3D Engine)
00003  * For the latest info, see http://www.keosengine.org/
00004  * E-mails : thierry.vouriot@keosengine.org, yeri@keosengine.org
00005  *
00006  * This program is free software; you can redistribute it and/or modify it under
00007  * the terms of the GNU Lesser General Public License as published by the Free Software
00008  * Foundation; either version 2 of the License, or (at your option) any later
00009  * version.
00010  *
00011  * This program is distributed in the hope that it will be useful, but WITHOUT
00012  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00013  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Lesser General Public License along with
00016  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
00017  * Place - Suite 330, Boston, MA 02111-1307, USA, or go to
00018  * http://www.gnu.org/copyleft/lesser.txt.
00019  *
00020  */
00021 
00022 #ifndef KEOS_D3D9ENUM_H
00023 #define KEOS_D3D9ENUM_H
00024 
00025 #include "KeosD3D9Prerequisites.h"
00026 
00027 namespace Keos
00028 {
00029   //-----------------------------------------------------------------------
00032   class CD3D9Enum
00033   {
00034   public :
00035 
00038     static ulong BufferFlags(ulong nFlags);
00039 
00042     static ulong LockFlags(ulong nFlags);
00043 
00046     static D3DTRANSFORMSTATETYPE Get(TMatrixType Value);
00047 
00050     static D3DPRIMITIVETYPE Get(TPrimitiveType Value);
00051 
00054     static D3DFORMAT Get(TPixelFormat Value);
00055 
00058     static D3DBLEND Get(TBlend Value);
00059 
00062     static D3DTEXTUREOP Get(TTextureOp Value);
00063 
00066     static ulong Get(TTextureArg Value);
00067 
00070     static D3DRENDERSTATETYPE Get(TRenderParameter Value);
00071 
00074     static ulong Get(TFillMode Value);
00075 
00076   private :
00077 
00079     static D3DTRANSFORMSTATETYPE MatrixType[];
00081     static D3DPRIMITIVETYPE      PrimitiveType[];
00083     static D3DFORMAT             PixelFormat[];
00085     static D3DBLEND              Blend[];
00087     static D3DTEXTUREOP          TextureOp[];
00089     static ulong                 TextureArg[];
00091     static D3DRENDERSTATETYPE    RenderParameter[];
00093     static ulong     FillMode[];
00094   };
00095 
00096 } // namespace Keos
00097 
00098 #endif // KEOS_D3D9ENUM_H

Generated on Fri Mar 9 14:29:03 2007 for Keos by  doxygen 1.5.1-p1