mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-20 17:52:11 +01:00
60e523b4bf
Co-authored-by: WinterSnowfall <WinterSnowfall@users.noreply.github.com> ## Config Changes Co-authored-by: Blisto91 <47954800+Blisto91@users.noreply.github.com> Co-authored-by: simifor <simirmonfor@gmail.com>
8 lines
147 B
C++
8 lines
147 B
C++
#pragma once
|
|
|
|
namespace dxvk::d8caps {
|
|
|
|
inline constexpr uint32_t MAX_TEXTURE_STAGES = 8;
|
|
inline constexpr uint32_t MAX_STREAMS = 16;
|
|
|
|
} |