CopyTexture()

Syntax

Result = CopyTexture(#Texture, #NewTexture)
Description
Creates a #NewTexture which is the exact copy of the specified #Texture. If the 'Result' is 0, the texture copy has failed. If the #NewTexture was already created, it is automatically freed and replaced by the new one.

Supported OS

Windows, Linux

Texture Index - CreateTexture() ->