diff options
| author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-08-12 10:58:09 +0100 |
|---|---|---|
| committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-10-07 14:13:45 +0100 |
| commit | 752659aef3f16111981a097989dd7a5ddecff316 (patch) | |
| tree | 775fbe8d1a478b2b8c201d86432743d4f3ddb2a4 /src/video_core/shader_environment.h | |
| parent | 61883d8820c057259c6c6113934a44f69742164c (diff) | |
Update 3D regs
Diffstat (limited to 'src/video_core/shader_environment.h')
| -rw-r--r-- | src/video_core/shader_environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader_environment.h b/src/video_core/shader_environment.h index 5a145f33a..8b3b8e9f5 100644 --- a/src/video_core/shader_environment.h +++ b/src/video_core/shader_environment.h @@ -93,7 +93,7 @@ public: explicit GraphicsEnvironment() = default; explicit GraphicsEnvironment(Tegra::Engines::Maxwell3D& maxwell3d_, Tegra::MemoryManager& gpu_memory_, - Tegra::Engines::Maxwell3D::Regs::ShaderProgram program, + Tegra::Engines::Maxwell3D::Regs::ShaderType program, GPUVAddr program_base_, u32 start_address_); ~GraphicsEnvironment() override = default; |
