mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 11:07:58 -05:00
GPU: Implement guest driver profile and deduce texture handler sizes.
This commit is contained in:
committed by
FernandoS27
parent
a104b985a8
commit
c921e496eb
@ -27,6 +27,7 @@ ShaderIR::ShaderIR(const ProgramCode& program_code, u32 main_offset, CompilerSet
|
||||
ConstBufferLocker& locker)
|
||||
: program_code{program_code}, main_offset{main_offset}, settings{settings}, locker{locker} {
|
||||
Decode();
|
||||
PostDecode();
|
||||
}
|
||||
|
||||
ShaderIR::~ShaderIR() = default;
|
||||
|
Reference in New Issue
Block a user