Talk:PBR (Strata shader): Difference between revisions
Jump to navigation
Jump to search
m (typo) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Discussion page}} | |||
== RE: "what do $flags do?" == | == RE: "what do $flags do?" == | ||
Revision as of 09:20, 11 August 2023

This is the discussion page of 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.
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.