mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: return code/uid from shader gens
rather than passing in non-const references
This commit is contained in:
@ -60,5 +60,5 @@ struct vertex_shader_uid_data
|
||||
|
||||
typedef ShaderUid<vertex_shader_uid_data> VertexShaderUid;
|
||||
|
||||
void GetVertexShaderUid(VertexShaderUid& object, API_TYPE api_type);
|
||||
void GenerateVertexShaderCode(ShaderCode& object, API_TYPE api_type);
|
||||
VertexShaderUid GetVertexShaderUid(API_TYPE api_type);
|
||||
ShaderCode GenerateVertexShaderCode(API_TYPE api_type);
|
||||
|
Reference in New Issue
Block a user