mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 12:29:58 +00:00
shader: SULD.D import StoreType
This commit is contained in:
parent
6d235b8631
commit
ed1d8beb13
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ namespace VideoCommon::Shader {
|
|||
|
||||
using Tegra::Shader::Instruction;
|
||||
using Tegra::Shader::OpCode;
|
||||
using Tegra::Shader::StoreType;
|
||||
|
||||
namespace {
|
||||
std::size_t GetImageTypeNumCoordinates(Tegra::Shader::ImageType image_type) {
|
||||
|
|
Loading…
Reference in a new issue