OpenGLDevice: Actually check max texture buffer size

This commit is contained in:
Stenzek
2023-10-08 01:10:52 +10:00
parent 5ff5891336
commit eb080834ad
6 changed files with 22 additions and 11 deletions

View File

@ -460,6 +460,7 @@ public:
};
static constexpr u32 MAX_TEXTURE_SAMPLERS = 8;
static constexpr u32 MIN_TEXEL_BUFFER_ELEMENTS = 4 * 1024 * 512;
virtual ~GPUDevice();