Base of OpenCL code

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4346 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2009-09-30 00:28:27 +00:00
parent 076e727376
commit fb258e3ca5
6 changed files with 358 additions and 16 deletions

View File

@ -72,14 +72,14 @@ public:
int GetTriangleindexLen() {return TindexLen;}
int GetLineindexLen() {return LindexLen;}
int GetPointindexLen() {return PindexLen;}
public:
enum IndexPrimitiveType
{
None,
List,
Strip,
Fan
};
Prim_None = 0,
Prim_List,
Prim_Strip,
Prim_Fan
} ;
private:
unsigned short *Tptr;
unsigned short *Lptr;
@ -99,4 +99,4 @@ private:
};
#endif // _INDEXGENERATOR_H
#endif // _INDEXGENERATOR_H