diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-01 17:53:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-01 17:53:55 +0000 |
| commit | 0865ee3b7b5d4558e2cea100e615b8ce39b3aa91 (patch) | |
| tree | f65a689829afcdeda1e7c863dbc3e84c9b373720 /Primitives/interface | |
| parent | Renamed PipelineLayoutDesc to PipelineResourceLayoutDesc (diff) | |
| download | DiligentCore-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.h | 2 |
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 |
