mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 15:47:58 -05:00
VideoCore: Split shader regs from Regs struct
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
* @return Debug information for this shader with regards to the given vertex
|
||||
*/
|
||||
DebugData<true> ProduceDebugInfo(const ShaderSetup& setup, const AttributeBuffer& input,
|
||||
const Regs::ShaderConfig& config) const;
|
||||
const ShaderRegs& config) const;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user