mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-24 22:54:19 +01:00
8 lines
140 B
C++
8 lines
140 B
C++
#pragma once
|
|
|
|
namespace dxvk::d8caps {
|
|
|
|
inline constexpr uint32_t MAX_TEXTURE_STAGES = 8;
|
|
inline constexpr uint32_t MAX_STREAMS = 16;
|
|
|
|
} |