mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 22:07:59 -05:00
maxwell_3d: Add code for initializing register defaults.
This commit is contained in:
@ -984,6 +984,8 @@ public:
|
||||
Texture::FullTextureInfo GetStageTexture(Regs::ShaderStage stage, std::size_t offset) const;
|
||||
|
||||
private:
|
||||
void InitializeRegisterDefaults();
|
||||
|
||||
VideoCore::RasterizerInterface& rasterizer;
|
||||
|
||||
std::unordered_map<u32, std::vector<u32>> uploaded_macros;
|
||||
|
Reference in New Issue
Block a user