Class MipGenerator
Syntax
public class MipGenerator
Constructors
MipGenerator(HDRenderPipelineAsset)
Declaration
public MipGenerator(HDRenderPipelineAsset asset)
Parameters
Methods
Release()
Declaration
RenderColorGaussianPyramid(CommandBuffer, Vector2Int, Texture, RenderTexture)
Declaration
public int RenderColorGaussianPyramid(CommandBuffer cmd, Vector2Int size, Texture source, RenderTexture destination)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| Vector2Int |
size |
|
| Texture |
source |
|
| RenderTexture |
destination |
|
Returns
RenderMinDepthPyramid(CommandBuffer, RenderTexture, HDUtils.PackedMipChainInfo)
Declaration
public void RenderMinDepthPyramid(CommandBuffer cmd, RenderTexture texture, HDUtils.PackedMipChainInfo info)
Parameters