From bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d Mon Sep 17 00:00:00 2001 From: azhirnov Date: Wed, 19 Aug 2020 19:05:48 +0300 Subject: minor fixes and formatting --- Graphics/GraphicsEngine/interface/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/interface/Constants.h b/Graphics/GraphicsEngine/interface/Constants.h index 9fa70088..dfd17c45 100644 --- a/Graphics/GraphicsEngine/interface/Constants.h +++ b/Graphics/GraphicsEngine/interface/Constants.h @@ -38,7 +38,7 @@ DILIGENT_BEGIN_NAMESPACE(Diligent) /// Maximum number of input buffer slots. /// D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT == 32 -#define DILIGENT_MAX_BUFFER_SOLTS 32 +#define DILIGENT_MAX_BUFFER_SLOTS 32 /// Maximum number of simultaneous render targets. #define DILIGENT_MAX_RENDER_TARGETS 8 @@ -46,7 +46,7 @@ DILIGENT_BEGIN_NAMESPACE(Diligent) /// Maximum number of viewports. #define DILIGENT_MAX_VIEWPORTS 16 -static const Uint32 MAX_BUFFER_SLOTS = DILIGENT_MAX_BUFFER_SOLTS; +static const Uint32 MAX_BUFFER_SLOTS = DILIGENT_MAX_BUFFER_SLOTS; static const Uint32 MAX_RENDER_TARGETS = DILIGENT_MAX_RENDER_TARGETS; static const Uint32 MAX_VIEWPORTS = DILIGENT_MAX_VIEWPORTS; -- cgit v1.2.3