mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
GeometryShaderGen: Declare a prototype for EmitVertex().
This commit is contained in:
parent
8ae738ff30
commit
861fa1af23
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue