LoadBMPToTexture Method

KB01 Engine

KB01_Engine

BMPLoader..::..LoadBMPToTexture Method

Loads the BMP to texture.

Namespace:  
Assembly:  KB01_Engine (in KB01_Engine.dll)

Syntax


public BYTE* LoadBMPToTexture(
	int* _width,
	int* _height,
	long* _size,
	LPCTSTR _bmpfile
)
Public Function LoadBMPToTexture ( _
	_width As int*, _
	_height As int*, _
	_size As long*, _
	_bmpfile As LPCTSTR _
) As BYTE*
public:
BYTE* LoadBMPToTexture(
	int* _width, 
	int* _height, 
	long* _size, 
	LPCTSTR _bmpfile
)

Parameters

_width
Type: int*
The _width.
_height
Type: int*
The _height.
_size
Type: long*
The _size.
_bmpfile
Type: LPCTSTR
The _bmpfile.

Return Value