Mercurial > mm7
diff Engine/Graphics/Texture.h @ 2524:c7264ab7132f
Main menu rendered using d3d11
author | a.parshin |
---|---|
date | Fri, 10 Oct 2014 17:42:05 +0300 |
parents | 3a1b56ab8749 |
children | c674d547cc7c |
line wrap: on
line diff
--- a/Engine/Graphics/Texture.h Thu Oct 09 23:33:36 2014 +0300 +++ b/Engine/Graphics/Texture.h Fri Oct 10 17:42:05 2014 +0300 @@ -56,8 +56,8 @@ int pBits; unsigned __int8 *pLevelOfDetail0_prolly_alpha_mask; unsigned __int8 *pLevelOfDetail1; - unsigned __int8 *pLevelOfDetail2; - unsigned __int8 *pLevelOfDetail3; + /*unsigned __int8 *pLevelOfDetail2;*/ struct ID3D11ShaderResourceView *d3d11_srv; // replace ol SW stuff with new fields to keep data integrity + /*unsigned __int8 *pLevelOfDetail3;*/ struct D3D11_TEXTURE2D_DESC *d3d11_desc; unsigned __int16 *pPalette16; unsigned __int8 *pPalette24; };