____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "stratagus.h"
#include "video.h"
Go to the source code of this file.
Functions | |
| void | DrawTexture (const CGraphic *g, GLuint *textures, int sx, int sy, int ex, int ey, int x, int y, int flip) |
Definition in file glgraphicdraw.cpp.
| void DrawTexture | ( | const CGraphic * | g, | |
| GLuint * | textures, | |||
| int | sx, | |||
| int | sy, | |||
| int | ex, | |||
| int | ey, | |||
| int | x, | |||
| int | y, | |||
| int | flip | |||
| ) |
Definition at line 47 of file glgraphicdraw.cpp.
References GLMaxTextureSize, CGraphic::GraphicHeight, CGraphic::GraphicWidth, CGraphic::TextureHeight, and CGraphic::TextureWidth.
Referenced by CGraphic::DoDrawFrameClip(), CGraphic::DoDrawFrameClipX(), CGraphic::DrawFrame(), CGraphic::DrawFrameX(), and CGraphic::DrawSub().
1.5.6