diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-01-05 12:08:39 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2020-01-24 16:43:29 -0400 |
| commit | dc5cfa8d287757dede737553b6f1f8521971c6e2 (patch) | |
| tree | ba57a2e25d25d46aae22d18f032ac9e70d982ed7 /src/video_core/shader/const_buffer_locker.h | |
| parent | 74aa7de5e3905a9438f8839fa273024edd118f19 (diff) | |
Shader_IR: Address Feedback
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.h')
| -rw-r--r-- | src/video_core/shader/const_buffer_locker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/const_buffer_locker.h b/src/video_core/shader/const_buffer_locker.h index f26cce2ce..c7b72fa5e 100644 --- a/src/video_core/shader/const_buffer_locker.h +++ b/src/video_core/shader/const_buffer_locker.h @@ -53,7 +53,6 @@ public: void InsertBindlessSampler(u32 buffer, u32 offset, Tegra::Engines::SamplerDescriptor sampler); /// Set the bound buffer for this locker. - void SetBoundBuffer(u32 buffer); /// Checks keys and samplers against engine's current const buffers. Returns true if they are |
