Revision Difference
render.CopyTexture#552102
<function name="CopyTexture" parent="render" type="libraryfunc">
<description>Copies the contents of one texture to another. Only works with rendertargets.</description>
<realm>Client</realm>
<file line="61-L70">lua/includes/extensions/client/render.lua</file>⤶
<args>
<arg name="texture_from" type="ITexture"></arg>
<arg name="texture_to" type="ITexture"></arg>
</args>
</function>