Mercurial > mm7
comparison Engine/Game.cpp @ 2518:3a1b56ab8749
d3d11 accepts RGBTexture
author | a.parshin |
---|---|
date | Thu, 09 Oct 2014 00:06:47 +0300 |
parents | fb1c61a82a55 |
children | c7264ab7132f |
comparison
equal
deleted
inserted
replaced
2517:09c3114c6e4e | 2518:3a1b56ab8749 |
---|---|
4604 static_assert(sizeof(TextureFrame) == 20, "Wrong type size"); | 4604 static_assert(sizeof(TextureFrame) == 20, "Wrong type size"); |
4605 static_assert(sizeof(SpriteFrame) == 60, "Wrong type size"); | 4605 static_assert(sizeof(SpriteFrame) == 60, "Wrong type size"); |
4606 static_assert(sizeof(RenderVertexSoft) == 0x30, "Wrong type size"); | 4606 static_assert(sizeof(RenderVertexSoft) == 0x30, "Wrong type size"); |
4607 static_assert(sizeof(RenderBillboard) == 0x34, "Wrong type size"); | 4607 static_assert(sizeof(RenderBillboard) == 0x34, "Wrong type size"); |
4608 static_assert(sizeof(Texture) == 0x48, "Wrong type size"); | 4608 static_assert(sizeof(Texture) == 0x48, "Wrong type size"); |
4609 static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size"); | 4609 //static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size"); |
4610 //static_assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4, "Wrong type size"); // + virtual dtor ptr | 4610 //static_assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4, "Wrong type size"); // + virtual dtor ptr |
4611 static_assert(sizeof(AudioPlayer) == 0xC84, "Wrong type size"); | 4611 static_assert(sizeof(AudioPlayer) == 0xC84, "Wrong type size"); |
4612 static_assert(sizeof(SoundDesc) == 0x78, "Wrong type size"); | 4612 static_assert(sizeof(SoundDesc) == 0x78, "Wrong type size"); |
4613 static_assert(sizeof(stru339_spell_sound) == 0xAFD8, "Wrong type size"); | 4613 static_assert(sizeof(stru339_spell_sound) == 0xAFD8, "Wrong type size"); |
4614 //static_assert(sizeof(VideoPlayer) == 0x108 + 4, "Wrong type size"); | 4614 //static_assert(sizeof(VideoPlayer) == 0x108 + 4, "Wrong type size"); |
4695 static_assert(sizeof(Player) == 0x1B3C, "Wrong type size"); | 4695 static_assert(sizeof(Player) == 0x1B3C, "Wrong type size"); |
4696 static_assert(sizeof(PartyTimeStruct) == 0x678, "Wrong type size"); | 4696 static_assert(sizeof(PartyTimeStruct) == 0x678, "Wrong type size"); |
4697 static_assert(sizeof(Party) == 0x16238, "Wrong type size"); | 4697 static_assert(sizeof(Party) == 0x16238, "Wrong type size"); |
4698 static_assert(sizeof(GUIButton) == 0xBC, "Wrong type size"); | 4698 static_assert(sizeof(GUIButton) == 0xBC, "Wrong type size"); |
4699 static_assert(sizeof(GUIWindow) == 0x54, "Wrong type size"); | 4699 static_assert(sizeof(GUIWindow) == 0x54, "Wrong type size"); |
4700 static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size"); | 4700 //static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size"); |
4701 static_assert(sizeof(GUIFont) == 0x1020, "Wrong type size"); | 4701 static_assert(sizeof(GUIFont) == 0x1020, "Wrong type size"); |
4702 // static_assert(sizeof(stru262_TurnBased) == 0x40, "Wrong type size"); | 4702 // static_assert(sizeof(stru262_TurnBased) == 0x40, "Wrong type size"); |
4703 static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size"); | 4703 //static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size"); |
4704 static_assert(sizeof(CastSpellInfo) == 0x14, "Wrong type size"); | 4704 static_assert(sizeof(CastSpellInfo) == 0x14, "Wrong type size"); |
4705 static_assert(sizeof(ArcomageCard) == 0x6C, "Wrong type size"); | 4705 static_assert(sizeof(ArcomageCard) == 0x6C, "Wrong type size"); |
4706 static_assert(sizeof(stru320) == 0x3FC, "Wrong type size"); | 4706 static_assert(sizeof(stru320) == 0x3FC, "Wrong type size"); |
4707 static_assert(sizeof(TravelInfo) == 0x20, "Wrong type size"); | 4707 static_assert(sizeof(TravelInfo) == 0x20, "Wrong type size"); |
4708 static_assert(sizeof(stru336) == 0x798, "Wrong type size"); | 4708 static_assert(sizeof(stru336) == 0x798, "Wrong type size"); |