mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 22:11:43 +00:00
Fix renderdoc error message about not all textures getting bound
This commit is contained in:
parent
b8569fa29f
commit
fe3751a502
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#include "hw_renderstate.h"
|
#include "hw_renderstate.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
#define SHADER_MIN_REQUIRED_TEXTURE_LAYERS 8
|
#define SHADER_MIN_REQUIRED_TEXTURE_LAYERS 11
|
||||||
|
|
||||||
class VulkanFrameBuffer;
|
class VulkanFrameBuffer;
|
||||||
class VulkanDevice;
|
class VulkanDevice;
|
||||||
|
|
Loading…
Reference in a new issue