mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 05:27:50 +00:00
gl_rasterizer: Minor style changes
This commit is contained in:
parent
3a1fafb474
commit
e6d37e10db
4 changed files with 22 additions and 32 deletions
|
@ -67,6 +67,7 @@ public:
|
|||
static constexpr std::size_t MaxShaderStage = 5;
|
||||
// Maximum number of const buffers per shader stage.
|
||||
static constexpr std::size_t MaxConstBuffers = 18;
|
||||
static constexpr std::size_t MaxConstBufferSize = 0x10000;
|
||||
|
||||
enum class QueryMode : u32 {
|
||||
Write = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue