mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Multithreadded Shadergen: Minor fixups.
This commit is contained in:
parent
95469ec225
commit
ebe5fd0b36
9 changed files with 25 additions and 29 deletions
|
@ -31,6 +31,5 @@ struct geometry_shader_uid_data
|
|||
|
||||
typedef ShaderUid<geometry_shader_uid_data> GeometryShaderUid;
|
||||
|
||||
ShaderCode GenerateGeometryShaderCode(u32 primitive_type, API_TYPE ApiType,
|
||||
const geometry_shader_uid_data* uid_data);
|
||||
ShaderCode GenerateGeometryShaderCode(API_TYPE ApiType, const geometry_shader_uid_data* uid_data);
|
||||
GeometryShaderUid GetGeometryShaderUid(u32 primitive_type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue