2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

shader: image - import PredCondition

This commit is contained in:
Nguyen Dac Nam 2020-03-11 19:19:56 +07:00 committed by namkazy
parent 08db60392d
commit 1f3d142875

View file

@ -19,6 +19,7 @@ namespace VideoCommon::Shader {
using Tegra::Shader::Instruction;
using Tegra::Shader::OpCode;
using Tegra::Shader::StoreType;
using Tegra::Shader::PredCondition;
namespace {
std::size_t GetImageTypeNumCoordinates(Tegra::Shader::ImageType image_type) {