Method BlitCameraTexture
BlitCameraTexture(CommandBuffer, HDCamera, RTHandle, RTHandle, float, bool)
선언
public static void BlitCameraTexture(CommandBuffer cmd, HDCamera camera, RTHandleSystem.RTHandle source, RTHandleSystem.RTHandle destination, float mipLevel = 0, bool bilinear = false)
파라미터
BlitCameraTexture(CommandBuffer, HDCamera, RTHandle, RTHandle, Vector4, float, bool)
선언
public static void BlitCameraTexture(CommandBuffer cmd, HDCamera camera, RTHandleSystem.RTHandle source, RTHandleSystem.RTHandle destination, Vector4 scaleBias, float mipLevel = 0, bool bilinear = false)
파라미터
BlitCameraTexture(CommandBuffer, HDCamera, RTHandle, RTHandle, Rect, float, bool)
선언
public static void BlitCameraTexture(CommandBuffer cmd, HDCamera camera, RTHandleSystem.RTHandle source, RTHandleSystem.RTHandle destination, Rect destViewport, float mipLevel = 0, bool bilinear = false)
파라미터