Method BlitTexture
BlitTexture(CommandBuffer, RTHandle, Vector4, float, bool)
Blit a RTHandle texture.
선언
public static void BlitTexture(CommandBuffer cmd, RTHandle source, Vector4 scaleBias, float mipLevel, bool bilinear)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| CommandBuffer | cmd | Command Buffer used for rendering. |
| RTHandle | source | Source RTHandle. |
| Vector4 | scaleBias | Scale and bias for sampling the input texture. |
| float | mipLevel | Mip level to blit. |
| bool | bilinear | Enable bilinear filtering. |