-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Labels
apiWebGPU APIWebGPU APIcopyeditingPure editorial stuff (copyediting, *.bs file syntax, etc.)Pure editorial stuff (copyediting, *.bs file syntax, etc.)
Milestone
Description
The above phrasing states that if
depthCompare != "always", thenformatmust have a depth component.Now that
depthCompareis optional, should that be interpreted as ifdepthCompare != undefined && depthCompare != "always", thenformatmust have a depth component?I.e. what should happen if I don't fill in
depthCompare, or I fill in.depthCompare = undefined;? It seems like the above rules are saying that in that case the format should have a depth component, which might be a bit odd?
Originally posted by @juj in #4318 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiWebGPU APIWebGPU APIcopyeditingPure editorial stuff (copyediting, *.bs file syntax, etc.)Pure editorial stuff (copyediting, *.bs file syntax, etc.)