Property | Type | Description | |
---|---|---|---|
isSupported | bool | ||
supportDX11 | bool | ||
supportHDRTextures | bool |
Method | Description | |
---|---|---|
CheckResources ( ) : bool | ||
Dx11Support ( ) : bool |
Method | Description | |
---|---|---|
CheckShaderAndCreateMaterial ( Shader s, Material m2Create ) : Material | ||
CheckSupport ( ) : bool | ||
CheckSupport ( bool needDepth ) : bool | ||
CheckSupport ( bool needDepth, bool needHdr ) : bool | ||
CreateMaterial ( Shader s, Material m2Create ) : Material | ||
DrawBorder ( RenderTexture dest, Material material ) : void | ||
NotSupported ( ) : void | ||
OnEnable ( ) : void | ||
ReportAutoDisable ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
CheckShader ( Shader s ) : bool |
protected CheckShaderAndCreateMaterial ( Shader s, Material m2Create ) : Material | ||
s | Shader | |
m2Create | Material | |
return | Material |
protected CheckSupport ( bool needDepth ) : bool | ||
needDepth | bool | |
return | bool |
protected CheckSupport ( bool needDepth, bool needHdr ) : bool | ||
needDepth | bool | |
needHdr | bool | |
return | bool |
protected CreateMaterial ( Shader s, Material m2Create ) : Material | ||
s | Shader | |
m2Create | Material | |
return | Material |
protected DrawBorder ( RenderTexture dest, Material material ) : void | ||
dest | RenderTexture | |
material | Material | |
return | void |