From 9dadcb80240ed2e8df118d92940a954f0e7e669e Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 11 Aug 2001 03:36:48 +0000 Subject: Threw in texture loading/drawing. Blending modes (color/texture) are problematic and texture coordinates aren't yet perfect. --- src/win95/awtexld.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/win95/awtexld.hpp') diff --git a/src/win95/awtexld.hpp b/src/win95/awtexld.hpp index e39ef39..34e287f 100644 --- a/src/win95/awtexld.hpp +++ b/src/win95/awtexld.hpp @@ -32,12 +32,14 @@ namespace AwTl { unsigned blueLeftShift; unsigned blueRightShift; + unsigned dwRGBAlphaBitMask; // DDPIXELFORMAT ddpf; }; // DO SOMTHING ABOUT THIS extern PixelFormat pixelFormat; - + extern PixelFormat pfSurfaceFormat; + class CreateTextureParms; /********************/ @@ -57,9 +59,7 @@ namespace AwTl { static_cast(_colP->r)>>pixelFormat.redRightShift<(_colP->g)>>pixelFormat.greenRightShift<(_colP->b)>>pixelFormat.blueRightShift<