mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
VideoCommon: add constant value to set the allowed maximum number of pixel samplers
This commit is contained in:
11
Source/Core/VideoCommon/Constants.h
Normal file
11
Source/Core/VideoCommon/Constants.h
Normal file
@ -0,0 +1,11 @@
|
||||
// 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 = 8;
|
||||
}
|
Reference in New Issue
Block a user