diff Engine/Game.cpp @ 2518:3a1b56ab8749

d3d11 accepts RGBTexture
author a.parshin
date Thu, 09 Oct 2014 00:06:47 +0300
parents fb1c61a82a55
children c7264ab7132f
line wrap: on
line diff
--- a/Engine/Game.cpp	Wed Oct 08 22:32:54 2014 +0600
+++ b/Engine/Game.cpp	Thu Oct 09 00:06:47 2014 +0300
@@ -4606,7 +4606,7 @@
 	static_assert(sizeof(RenderVertexSoft) == 0x30, "Wrong type size");
 	static_assert(sizeof(RenderBillboard) == 0x34, "Wrong type size");
 	static_assert(sizeof(Texture) == 0x48, "Wrong type size");
-	static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size");
+	//static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size");
 	//static_assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4, "Wrong type size"); // + virtual dtor ptr
 	static_assert(sizeof(AudioPlayer) == 0xC84, "Wrong type size");
 	static_assert(sizeof(SoundDesc) == 0x78, "Wrong type size");
@@ -4697,10 +4697,10 @@
 	static_assert(sizeof(Party) == 0x16238, "Wrong type size");
 	static_assert(sizeof(GUIButton) == 0xBC, "Wrong type size");
 	static_assert(sizeof(GUIWindow) == 0x54, "Wrong type size");
-	static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size");
+	//static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size");
 	static_assert(sizeof(GUIFont) == 0x1020, "Wrong type size");
 	// static_assert(sizeof(stru262_TurnBased) == 0x40, "Wrong type size");
-	static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size");
+	//static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size");
 	static_assert(sizeof(CastSpellInfo) == 0x14, "Wrong type size");
 	static_assert(sizeof(ArcomageCard) == 0x6C, "Wrong type size");
 	static_assert(sizeof(stru320) == 0x3FC, "Wrong type size");