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
We somehow haven't gotten around to adding the the Buffer<T> type to HLSL. This is similar to RWBuffer (but it's an SRV) and StructuredBuffer (but it's a TypedBuffer). The logic to do this should more or less match the definition of RWBuffer, except read-only.