Open Ipotrick opened 9 months ago
We currently don't support const T*
syntax.
Eventually we will, but the focus for now is to unblock users from accessing the hardware features available in SPIRV. We will revisit const pointer support later in the year or in the next year. Closing for now because we can't allocate our resources on it in our current milestone.
We will add support for const pointers in Q2.
Updating to Q3 given resourcing constraints.
I encounter an internal compiler error when trying to annotate the pointee of a pointer as const. I believe const pointers should be supported, just for the static type checking. Compile error:
Repro (modified test sample, should be easy to slot in):