Talk:PBR (Strata shader)
Jump to navigation
Jump to search
This is the discussion page of
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
PBR (Strata shader).
To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page. Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
RE: "what do $flags do?"
$flags, $flags_defined, $flags2, and $flags_defined2 are the same for every shader. You should not be setting them manually in a vmt, instead, set one of the variables that gets turned into the bitfield, like $alphatest, $nocull, etc.