Class IBLFilterBSDF
Inheritance
IBLFilterBSDF
Syntax
public abstract class IBLFilterBSDF
Fields
m_convolveMaterial
Declaration
protected Material m_convolveMaterial
Field Value
| Type |
Description |
| Material |
|
m_faceWorldToViewMatrixMatrices
Declaration
protected Matrix4x4[] m_faceWorldToViewMatrixMatrices
Field Value
| Type |
Description |
| Matrix4x4[] |
|
m_MipGenerator
Declaration
protected MipGenerator m_MipGenerator
Field Value
m_RenderPipelineResources
Declaration
protected RenderPipelineResources m_RenderPipelineResources
Field Value
Methods
Cleanup()
Declaration
public abstract void Cleanup()
FilterCubemap(CommandBuffer, Texture, RenderTexture)
Declaration
public abstract void FilterCubemap(CommandBuffer cmd, Texture source, RenderTexture target)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| Texture |
source |
|
| RenderTexture |
target |
|
FilterCubemapMIS(CommandBuffer, Texture, RenderTexture, RenderTexture, RenderTexture)
Declaration
public abstract void FilterCubemapMIS(CommandBuffer cmd, Texture source, RenderTexture target, RenderTexture conditionalCdf, RenderTexture marginalRowCdf)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| Texture |
source |
|
| RenderTexture |
target |
|
| RenderTexture |
conditionalCdf |
|
| RenderTexture |
marginalRowCdf |
|
FilterPlanarTexture(CommandBuffer, RenderTexture, RenderTexture)
Declaration
public void FilterPlanarTexture(CommandBuffer cmd, RenderTexture source, RenderTexture target)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
| RenderTexture |
source |
|
| RenderTexture |
target |
|
Initialize(CommandBuffer)
Declaration
public abstract void Initialize(CommandBuffer cmd)
Parameters
| Type |
Name |
Description |
| CommandBuffer |
cmd |
|
IsInitialized()
Declaration
public abstract bool IsInitialized()
Returns