diff Engine/Graphics/RenderStruct.h @ 2523:c532d5242055

Hello from Direct3D 11 :)
author a.parshin
date Thu, 09 Oct 2014 23:33:36 +0300
parents 68cdef6879a0
children 67d837007a4c
line wrap: on
line diff
--- a/Engine/Graphics/RenderStruct.h	Thu Oct 09 19:31:55 2014 +0300
+++ b/Engine/Graphics/RenderStruct.h	Thu Oct 09 23:33:36 2014 +0300
@@ -25,6 +25,7 @@
 
 unsigned __int16 Color16(unsigned __int32 r, unsigned __int32 g, unsigned __int32 b);
 unsigned __int32 Color32(unsigned __int16 color16);
+unsigned __int32 Color32_SwapRedBlue(unsigned __int16 color16);
 
 /*  119 */
 #pragma pack(push, 1)