codeplaysoftware / standards-proposals

Repository for publicly sharing proposals in various standards groups
Apache License 2.0
27 stars 17 forks source link

CP027 Accessors as Containers #124

Open ProGTX opened 4 years ago

ProGTX commented 4 years ago
  1. Make accessor meet ContiguousContainer requirement
  2. Limited to certain access targets
    • global_buffer, constant_buffer, local, host_buffer
  3. Support multi-dimensional accessors
  4. access::mode::read -> ContiguousContainer<const T>
  5. Example