Parameters |
Description |
pszShaderName |
Shader name. |
x |
Rectangular x position. |
y |
Rectangular y position. |
w |
Rectangular width. |
h |
Rectangular height. |
Syntax: System.DrawRectShader( const char *pszShaderName, float x, float y, float w, float h, float r, float g, float b, float a )
Use the shader to draw a rectangular.
Copyright (c) 2012. All rights reserved.
|