mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 14:07:25 +00:00
Implement Bindless Samplers and TEX_B in the IR.
This commit is contained in:
committed by
FernandoS27
parent
b9a3255490
commit
ee9b2e3cdc
@@ -328,7 +328,7 @@ std::optional<ShaderDiskCacheDecompiled> ShaderDiskCacheOpenGL::LoadDecompiledEn
|
||||
}
|
||||
entry.entries.samplers.emplace_back(
|
||||
static_cast<std::size_t>(offset), static_cast<std::size_t>(index),
|
||||
static_cast<Tegra::Shader::TextureType>(type), is_array != 0, is_shadow != 0);
|
||||
static_cast<Tegra::Shader::TextureType>(type), is_array != 0, is_shadow != 0, false);
|
||||
}
|
||||
|
||||
u32 global_memory_count{};
|
||||
|
||||
Reference in New Issue
Block a user