Fix renderdoc error message about not all textures getting bound

This commit is contained in:
Magnus Norddahl 2022-07-25 00:12:21 +02:00 committed by Christoph Oelckers
parent b8569fa29f
commit fe3751a502

View file

@ -9,7 +9,7 @@
#include "hw_renderstate.h"
#include <list>
#define SHADER_MIN_REQUIRED_TEXTURE_LAYERS 8
#define SHADER_MIN_REQUIRED_TEXTURE_LAYERS 11
class VulkanFrameBuffer;
class VulkanDevice;