mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user