mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
GeometryShaderGen: Declare a prototype for EmitVertex().
This commit is contained in:
parent
8ae738ff30
commit
861fa1af23
@ -27,6 +27,8 @@ static const char* primitives_d3d[] =
|
||||
"triangle"
|
||||
};
|
||||
|
||||
template<class T> static inline void EmitVertex(T& out, const char *vertex, API_TYPE ApiType);
|
||||
|
||||
template<class T>
|
||||
static inline void GenerateGeometryShader(T& out, u32 primitive_type, API_TYPE ApiType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user