summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-01 17:53:55 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-01 17:53:55 +0000
commit0865ee3b7b5d4558e2cea100e615b8ce39b3aa91 (patch)
treef65a689829afcdeda1e7c863dbc3e84c9b373720 /Primitives/interface
parentRenamed PipelineLayoutDesc to PipelineResourceLayoutDesc (diff)
downloadDiligentCore-0865ee3b7b5d4558e2cea100e615b8ce39b3aa91.tar.gz
DiligentCore-0865ee3b7b5d4558e2cea100e615b8ce39b3aa91.zip
Fixed a number of issue with resource binding
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/BasicTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h
index ccd7257f..ed3e4bb6 100644
--- a/Primitives/interface/BasicTypes.h
+++ b/Primitives/interface/BasicTypes.h
@@ -45,7 +45,7 @@ namespace Diligent
typedef bool Bool; ///< Boolean
static constexpr Bool False = false;
- static constexpr Bool True = true;
+ static constexpr Bool True = true;
typedef char Char;
typedef std::basic_string<Char> String; ///< String variable