OSDN Git Service

気になるところを少し整理。
[gvonavish/GVONavish.git] / GVONavish / GVONavish / GVORenderer.h
index beafa68..09b6ff8 100644 (file)
@@ -15,7 +15,6 @@ private:
 
        HDC m_hdcPrimary;
        HGLRC m_hglrc;
-       GVOImage m_backBuffer;
 
        SIZE m_viewSize;
        double m_viewScale;
@@ -91,8 +90,8 @@ private:
        void renderMap( const GVOVector& shipVector, GVOTexture * shipTexture, const GVOShipRouteList * shipRouteList );
        void renderShipRouteList(int width, int height, const GVOShipRouteList * shipRouteList );
        void renderSpeedMeter( double shipVelocity );
-       void renderTexture( float w, float h );
-       void renderTexture( float x, float y, float w, float h );
+       void renderTexture( GVOTexture & texture, float w, float h );
+       void renderTexture( GVOTexture & texture, float x, float y, float w, float h );
        inline POINT viewCenterPoint() const
        {
                POINT p = {