C# Class F3DZEX.Render.TextureHandler

Mostrar archivo Open project: Random06457/Z64Utils

Public Methods

Method Description
SetDataRGBA ( Array data, int width, int height ) : void
SetTextureWrap ( int wrapS, int wrapT ) : void
TextureHandler ( ) : System
Use ( ) : void

Method Details

SetDataRGBA() public method

public SetDataRGBA ( Array data, int width, int height ) : void
data Array
width int
height int
return void

SetTextureWrap() public method

public SetTextureWrap ( int wrapS, int wrapT ) : void
wrapS int
wrapT int
return void

TextureHandler() public method

public TextureHandler ( ) : System
return System

Use() public method

public Use ( ) : void
return void