My Project
|
Public Types | |
enum | BlurType { StandardGauss = 0 , SgxGauss = 1 } |
Public Member Functions | |
override bool | CheckResources () |
void | OnDisable () |
void | OnRenderImage (RenderTexture source, RenderTexture destination) |
![]() | |
virtual bool | CheckResources () |
bool | Dx11Support () |
Public Attributes | |
int | downsample = 1 |
float | blurSize = 3.0f |
int | blurIterations = 2 |
BlurType | blurType = BlurType.StandardGauss |
Shader | blurShader = null |
Additional Inherited Members | |
![]() | |
Material | CheckShaderAndCreateMaterial (Shader s, Material m2Create) |
Material | CreateMaterial (Shader s, Material m2Create) |
bool | CheckSupport () |
void | Start () |
bool | CheckSupport (bool needDepth) |
bool | CheckSupport (bool needDepth, bool needHdr) |
void | ReportAutoDisable () |
void | NotSupported () |
void | DrawBorder (RenderTexture dest, Material material) |
![]() | |
bool | supportHDRTextures = true |
bool | supportDX11 = false |
bool | isSupported = true |
|
inlinevirtual |
Reimplemented from UnityStandardAssets.ImageEffects.PostEffectsBase.