Method SkipShader
SkipShader(TShader, TShaderVariant)
Returns if the TShader for the current TShaderVariant is skipped for stripping
Declaration
bool SkipShader(TShader shader, TShaderVariant shaderVariant)
Parameters
Type | Name | Description |
---|---|---|
TShader | shader | The shader |
TShaderVariant | shaderVariant | The variant |
Returns
Type | Description |
---|---|
bool | true, if the shader can be skipped |