maxwell_3d: Add code for initializing register defaults.
This commit is contained in:
parent
8cea598158
commit
949d9a7136
2 changed files with 21 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue