mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
gl_state: Pack sampler bindings into a single ARB_multi_bind
This commit is contained in:
parent
5b28138599
commit
51435ad30c
5 changed files with 25 additions and 8 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
static constexpr std::size_t NumCBData = 16;
|
||||
static constexpr std::size_t NumVertexArrays = 32;
|
||||
static constexpr std::size_t NumVertexAttributes = 32;
|
||||
static constexpr std::size_t NumTextureSamplers = 32;
|
||||
static constexpr std::size_t MaxShaderProgram = 6;
|
||||
static constexpr std::size_t MaxShaderStage = 5;
|
||||
// Maximum number of const buffers per shader stage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue