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.
The text was updated successfully, but these errors were encountered:
We somehow haven't gotten around to adding the the
Buffer<T>
type to HLSL. This is similar toRWBuffer
(but it's an SRV) andStructuredBuffer
(but it's a TypedBuffer). The logic to do this should more or less match the definition ofRWBuffer
, except read-only.The text was updated successfully, but these errors were encountered: