KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
328 stars 96 forks source link

Update GLSL_EXT_ray_query.txt #154

Closed TylerNowicki closed 3 years ago

TylerNowicki commented 3 years ago

Clarify rayQueryGetIntersectionCandidateAABBOpaqueEXT description

fluppeteer commented 3 years ago

I know this is pedantic, but I do have to look twice at anything that says "returns whether something is true or not" to confirm it's not "returns whether A is true or B is true" for independent A and B. I probably hang around too many people who use boolean logic answers to either/or questions.

Could we remove the "or not"s, or say "returns true if the current candidate intersection is opaque"?

dgkoch commented 3 years ago

We should also update the changelog at the bottom and version/date at the top of the file.