mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 22:57:56 -05:00
Shader_IR: Address feedback.
This commit is contained in:
committed by
FernandoS27
parent
806f569143
commit
bb8eb15d39
@ -33,6 +33,7 @@ private:
|
||||
// This goes with Vulkan and OpenGL standards but Nvidia GPUs can easily
|
||||
// use 4 bytes instead. Thus, certain drivers may squish the size.
|
||||
static constexpr u32 default_texture_handler_size = 8;
|
||||
|
||||
u32 texture_handler_size = default_texture_handler_size;
|
||||
bool texture_handler_size_deduced = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user