Support for various Graphics.CopyTexture cases.
Most modern platforms and graphics APIs support quite flexible texture copy (e.g. copy from a RenderTexture
into a Cubemap face). However some older systems might not support certain parts of texture copy functionality.
This enum indicates support for this. Use SystemInfo.copyTextureSupport to check for support before
calling Graphics.CopyTexture.
Direct3D11, DirectD12, Metal and PS4 platforms generally support flexible texture copy (all CopyTextureSupport flags are set).
OpenGL supports flexible texture copy since OpenGL 4.3; OpenGL ES supports flexible texture copy since OpenGL ES 3.1 with Android Extension Pack; on earlier versions there's no copy support right now (CopyTextureSupport.None).
Direct3D9 systems have somewhat limited texture copy support (can't copy 3D textures, and can't copy between
textures and render textures).
WebGL currently do not have texture copy support (CopyTextureSupport.None).
See Also: Graphics.CopyTexture, SystemInfo.copyTextureSupport.
None | No support for Graphics.CopyTexture. |
Basic | Basic Graphics.CopyTexture support. |
Copy3D | Support for Texture3D in Graphics.CopyTexture. |
DifferentTypes | Support for Graphics.CopyTexture between different texture types. |
TextureToRT | Support for Texture to RenderTexture copies in Graphics.CopyTexture. |
RTToTexture | Support for RenderTexture to Texture copies in Graphics.CopyTexture. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.