mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 03:19:58 +00:00
gl_shader_cache: Remove unused STAGE_RESERVED_UBOS constant
Given this isn't used, this can be removed entirely.
This commit is contained in:
parent
4cd5ad90f3
commit
f10ea944e0
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ using VideoCommon::Shader::ShaderIR;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// One UBO is always reserved for emulation values on staged shaders
|
|
||||||
constexpr u32 STAGE_RESERVED_UBOS = 1;
|
|
||||||
|
|
||||||
constexpr u32 STAGE_MAIN_OFFSET = 10;
|
constexpr u32 STAGE_MAIN_OFFSET = 10;
|
||||||
constexpr u32 KERNEL_MAIN_OFFSET = 0;
|
constexpr u32 KERNEL_MAIN_OFFSET = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue