diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-07-22 18:47:37 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-07-22 18:47:37 +0000 |
| commit | 5eca9ecce9770af037006c31f206bdad22b10be2 (patch) | |
| tree | bd8f40bbf333f64c5390b1b0d8cbfd063741e8dc /Primitives/interface | |
| parent | Fixed release build error (diff) | |
| download | DiligentCore-5eca9ecce9770af037006c31f206bdad22b10be2.tar.gz DiligentCore-5eca9ecce9770af037006c31f206bdad22b10be2.zip | |
Implemented mapping with MAP_FLAG_DO_NOT_SYNCHRONIZE flag in Vulkan and D3D12
Diffstat (limited to 'Primitives/interface')
| -rw-r--r-- | Primitives/interface/Errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
