Version: 2022.1
언어: 한국어

CommandBuffer.GetTemporaryRTArray

매뉴얼로 전환
public void GetTemporaryRTArray (int nameID, int width, int height, int slices, int depthBuffer, FilterMode filter, RenderTextureFormat format, RenderTextureReadWrite readWrite, int antiAliasing, bool enableRandomWrite);

파라미터

nameID Shader property name for this texture.
width Width in pixels, or -1 for "camera pixel width".
height Height in pixels, or -1 for "camera pixel height".
slices Number of slices in texture array.
depthBuffer Depth buffer bits (0, 16 or 24).
filter Texture filtering mode (default is Point).
format Format of the render texture (default is ARGB32).
readWrite Color space conversion mode.
antiAliasing Anti-aliasing (default is no anti-aliasing).
enableRandomWrite Should random-write access into the texture be enabled (default is false).

설명

Add a "get a temporary render texture array" command.

This creates a temporary render texture array with given parameters, and sets it up as a global shader property with nameID. Use Shader.PropertyToID to create the integer name.

Release the temporary render texture array using ReleaseTemporaryRT, passing the same nameID. Any temporary textures that were not explicitly released will be removed after camera is done rendering, or after Graphics.ExecuteCommandBuffer is done.

After getting a temporary render texture array, you can set it as active (SetRenderTarget) or blit to/from it (Blit). You do not explicitly need to preserve active render targets during command buffer execution (current render targets are saved & restored afterwards).

See Also: ReleaseTemporaryRT, SetRenderTarget, Blit.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961