public interface SoShaderPreprocessorType
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
preprocessFile(Map<String,String> defines,
String file)
Preprocess a file.
|
List<String> |
preprocessFileWithCallbacks(Map<String,String> defines,
String file,
SoShaderPreprocessorCallbackWarningType on_warning,
SoShaderPreprocessorCallbackErrorType on_error)
Preprocess a file.
|
default List<String> preprocessFile(Map<String,String> defines, String file) throws SoShaderException
defines - The set of preprocessor definesfile - The fileSoShaderException - On errorsList<String> preprocessFileWithCallbacks(Map<String,String> defines, String file, SoShaderPreprocessorCallbackWarningType on_warning, SoShaderPreprocessorCallbackErrorType on_error) throws SoShaderException
defines - The set of preprocessor definesfile - The fileon_warning - Evaluated on warningson_error - Evaluated on errorsSoShaderException - On errorsCopyright © 2017 <code@io7m.com> http://io7m.com