summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Constants.h
blob: 2d411acead46cb0ca704a8377ed81c8b21f17b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2023 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "Common/CommonTypes.h"

namespace VideoCommon
{
constexpr u32 MAX_PIXEL_SHADER_SAMPLERS = 16;
constexpr u32 MAX_COMPUTE_SHADER_SAMPLERS = 8;
}  // namespace VideoCommon