GetRuntimeTexturePitch
Docslocal retval = GetRuntimeTexturePitch(tex)Description
Gets the row pitch of the specified runtime texture, for use when creating data for SET_RUNTIME_TEXTURE_ARGB_DATA.
Parameters
| Name | Type | Description |
|---|---|---|
tex | long | A handle to the runtime texture. |
Returns
intReturns an integer value.