diff --git a/Source/Engine/Graphics/Config.h b/Source/Engine/Graphics/Config.h index 54004cdc0..ae74cb463 100644 --- a/Source/Engine/Graphics/Config.h +++ b/Source/Engine/Graphics/Config.h @@ -12,7 +12,7 @@ #define GPU_MAX_CB_BINDED 4 // Maximum amount of binded unordered access resources at the same time -#define GPU_MAX_UA_BINDED 2 +#define GPU_MAX_UA_BINDED 4 // Maximum amount of binded texture sampler resources at the same time #define GPU_MAX_SAMPLER_BINDED 16