Wiki > TV3D65 Index > TVShader
-Set, via integer ID, a texture within a shader.
| VB.NET | SetEffectParamTexture(param As String , iTexture As Integer) |
|---|---|
| C++ | void SetEffectParamTexture(char* param , int iTexture ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| param | No | Name of internal shader. |
| iTexture | No | Integer ID for texture. |
| Null | Does not return a value. |
|---|
| Example | Basic example. |
|---|