You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem I routinely have when trying to read the SPIR-V spec is that finding things is a chore as some things have very generic names like Offset, R or 2D, etc which have multiple references in the spec.
I think it would be better to use fully qualified names everywhere such as ImageOperandsOffsetMask, ImageChannelOrderR, Dim2D
This is not just a problem for these specific names and enums, this problem appears for a huge amount of names in the SPIR-V specification and makes it really hard to search for things.
The text was updated successfully, but these errors were encountered:
A problem I routinely have when trying to read the SPIR-V spec is that finding things is a chore as some things have very generic names like
Offset
,R
or2D
, etc which have multiple references in the spec.I think it would be better to use fully qualified names everywhere such as
ImageOperandsOffsetMask
,ImageChannelOrderR
,Dim2D
This is not just a problem for these specific names and enums, this problem appears for a huge amount of names in the SPIR-V specification and makes it really hard to search for things.
The text was updated successfully, but these errors were encountered: