UnityMol  0.9.6-875
UnityMol viewer / In developement
UnityStandardAssets.ImageEffects.PostEffectsBase Class Reference
+ Inheritance diagram for UnityStandardAssets.ImageEffects.PostEffectsBase:
+ Collaboration diagram for UnityStandardAssets.ImageEffects.PostEffectsBase:

Public Member Functions

virtual bool CheckResources ()
 
bool Dx11Support ()
 

Protected Member Functions

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)
 

Protected Attributes

bool supportHDRTextures = true
 
bool supportDX11 = false
 
bool isSupported = true
 

Private Member Functions

void OnEnable ()
 
bool CheckShader (Shader s)
 

Detailed Description

Definition at line 8 of file PostEffectsBase.cs.

Member Function Documentation

bool UnityStandardAssets.ImageEffects.PostEffectsBase.CheckShader ( Shader  s)
private

Definition at line 142 of file PostEffectsBase.cs.

Material UnityStandardAssets.ImageEffects.PostEffectsBase.CheckShaderAndCreateMaterial ( Shader  s,
Material  m2Create 
)
protected

Definition at line 14 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.CheckSupport ( )
protected

Definition at line 73 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.CheckSupport ( bool  needDepth)
protected

Definition at line 91 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.CheckSupport ( bool  needDepth,
bool  needHdr 
)
protected

Definition at line 115 of file PostEffectsBase.cs.

Material UnityStandardAssets.ImageEffects.PostEffectsBase.CreateMaterial ( Shader  s,
Material  m2Create 
)
protected

Definition at line 43 of file PostEffectsBase.cs.

void UnityStandardAssets.ImageEffects.PostEffectsBase.DrawBorder ( RenderTexture  dest,
Material  material 
)
protected

Definition at line 165 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.Dx11Support ( )

Definition at line 130 of file PostEffectsBase.cs.

void UnityStandardAssets.ImageEffects.PostEffectsBase.NotSupported ( )
protected

Definition at line 157 of file PostEffectsBase.cs.

void UnityStandardAssets.ImageEffects.PostEffectsBase.OnEnable ( )
private

Definition at line 68 of file PostEffectsBase.cs.

void UnityStandardAssets.ImageEffects.PostEffectsBase.ReportAutoDisable ( )
protected

Definition at line 136 of file PostEffectsBase.cs.

void UnityStandardAssets.ImageEffects.PostEffectsBase.Start ( )
protected

Definition at line 86 of file PostEffectsBase.cs.

Member Data Documentation

bool UnityStandardAssets.ImageEffects.PostEffectsBase.isSupported = true
protected

Definition at line 12 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.supportDX11 = false
protected

Definition at line 11 of file PostEffectsBase.cs.

bool UnityStandardAssets.ImageEffects.PostEffectsBase.supportHDRTextures = true
protected

Definition at line 10 of file PostEffectsBase.cs.


The documentation for this class was generated from the following file: