CreateRuntimeTexture
Docslocal retval = CreateRuntimeTexture(txd, txn, width, height)Description
Creates a blank runtime texture.
Parameters
| Name | Type | Description |
|---|---|---|
txd | long | A handle to the runtime TXD to create the runtime texture in. |
txn | char* | The name for the texture in the runtime texture dictionary. |
width | int | The width of the new texture. |
height | int | The height of the new texture. |
Returns
longReturns a 64-bit integer value.