Daemon
Daemon copied to clipboard
renderer: expression_t is always allocated as part of structs, ext->numOps always 0 if ext is invalid
As far as I know,
-
expression_t
is always allocated as part of structs (texModInfo_t
,shaderStage_t
), -
ext->numOps
is always0
ifext
is invalid.
LGTM