Method BlitTexture
BlitTexture(CommandBuffer, RTHandle, RTHandle, Vector4, float, bool)
선언
public static void BlitTexture(CommandBuffer cmd, RTHandleSystem.RTHandle source, RTHandleSystem.RTHandle destination, Vector4 scaleBias, float mipLevel, bool bilinear)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CommandBuffer | cmd | |
RTHandleSystem.RTHandle | source | |
RTHandleSystem.RTHandle | destination | |
Vector4 | scaleBias | |
float | mipLevel | |
bool | bilinear |