Skip to content

0.8.0

Choose a tag to compare

@pema99 pema99 released this 21 Feb 17:04
· 10 commits to master since this release
  • Added a flag that can be used to prevent automatically attempting to include 'UnityCG.cginc' before CGPROGRAM blocks. This flag is called ShaderLabParserConfig.IncludeProgramBlockPreamble
  • Made the preprocessor more configurable, by converting PreProcessorMode to a bitflag. You can use this to enable and disable various parts of the preprocessor logic. This is a minor breaking change.