From 5eca9ecce9770af037006c31f206bdad22b10be2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 22 Jul 2018 11:47:37 -0700 Subject: Implemented mapping with MAP_FLAG_DO_NOT_SYNCHRONIZE flag in Vulkan and D3D12 --- Primitives/interface/Errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Primitives/interface') diff --git a/Primitives/interface/Errors.h b/Primitives/interface/Errors.h index 93dc2763..8a4ade37 100644 --- a/Primitives/interface/Errors.h +++ b/Primitives/interface/Errors.h @@ -149,7 +149,7 @@ do{ \ #else -#define DEV_CHECK_ERR(Expr, ...) do{}while(false) +#define DEV_CHECK_ERR(Expr, ...) do{}while(false) #define DEV_CHECK_WARN(Expr, ...) do{}while(false) #define DEV_CHECK_INFO(Expr, ...) do{}while(false) -- cgit v1.2.3