Class BC6HExtensions
Inheritance
BC6HExtensions
Syntax
public static class BC6HExtensions
Methods
BC6HEncodeFastCubemap(CommandBuffer, RenderTargetIdentifier, Int32, RenderTargetIdentifier, Int32, Int32, Int32)
Declaration
public static void BC6HEncodeFastCubemap(this CommandBuffer cmb, RenderTargetIdentifier source, int sourceSize, RenderTargetIdentifier target, int fromMip, int toMip, int targetArrayIndex = 0)
Parameters
Type |
Name |
Description |
CommandBuffer |
cmb |
|
RenderTargetIdentifier |
source |
|
Int32 |
sourceSize |
|
RenderTargetIdentifier |
target |
|
Int32 |
fromMip |
|
Int32 |
toMip |
|
Int32 |
targetArrayIndex |
|