maxwell_3d: Add code for initializing register defaults.

This commit is contained in:
bunnei
2018-10-25 23:42:39 -04:00
parent 8cea598158
commit 949d9a7136
2 changed files with 21 additions and 1 deletions

View File

@ -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;