Method BC6HEncodeFastCubemap
BC6HEncodeFastCubemap(CommandBuffer, RenderTargetIdentifier, int, RenderTargetIdentifier, int, int, int)
선언
public static void BC6HEncodeFastCubemap(this CommandBuffer cmb, RenderTargetIdentifier source, int sourceSize, RenderTargetIdentifier target, int fromMip, int toMip, int targetArrayIndex = 0)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| CommandBuffer | cmb | |
| RenderTargetIdentifier | source | |
| int | sourceSize | |
| RenderTargetIdentifier | target | |
| int | fromMip | |
| int | toMip | |
| int | targetArrayIndex |