Class PlanarReflectionProbeCache
Inheritance
PlanarReflectionProbeCache
Syntax
public class PlanarReflectionProbeCache
Constructors
PlanarReflectionProbeCache(HDRenderPipelineAsset, IBLFilterGGX, Int32, Int32, TextureFormat, Boolean)
Declaration
public PlanarReflectionProbeCache(HDRenderPipelineAsset hdAsset, IBLFilterGGX iblFilter, int cacheSize, int probeSize, TextureFormat probeFormat, bool isMipmaped)
Parameters
Methods
FetchSlice(CommandBuffer, Texture)
Declaration
public int FetchSlice(CommandBuffer cmd, Texture texture)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| Texture |
texture |
|
Returns
GetTexCache()
Declaration
public Texture GetTexCache()
Returns
NewFrame()
Declaration
Release()
Declaration