mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
shader_environment: Add shader_local_memory_crs_size to local memory size
Fixes DOOM 2016 missing local memory
This commit is contained in:
parent
8393ea343f
commit
1bbecac1d2
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ u32 GenericEnvironment::TextureBoundBuffer() const {
|
|||
}
|
||||
|
||||
u32 GenericEnvironment::LocalMemorySize() const {
|
||||
return local_memory_size;
|
||||
return local_memory_size + sph.common3.shader_local_memory_crs_size;
|
||||
}
|
||||
|
||||
u32 GenericEnvironment::SharedMemorySize() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue