From 8077ddaf62bdbff2169973eca565a5752501587d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 19 Aug 2016 23:38:41 -0700 Subject: Updated to Diligent Engine 2.0 --- RenderScript/include/TextureParser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RenderScript/include/TextureParser.h') diff --git a/RenderScript/include/TextureParser.h b/RenderScript/include/TextureParser.h index d6eb6a0..20aea0e 100644 --- a/RenderScript/include/TextureParser.h +++ b/RenderScript/include/TextureParser.h @@ -1,4 +1,4 @@ -/* Copyright 2015 Egor Yusov +/* Copyright 2015-2016 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ namespace Diligent // We need to use ObjectDescWrapper<> to be able to store the field. typedef ObjectDescWrapper STexDescWrapper; - TextureTypeEnumMapping m_TexTypeEnumMapping; + ResourceDimEnumMapping m_TexTypeEnumMapping; TextureFormatEnumMapping m_TexFormatEnumMapping; // Note that different bind flags are allowed for different objects, -- cgit v1.2.3