computecpp-sdk
computecpp-sdk copied to clipboard
Placeholder accessors sample uses deprecated API
The placeholder-accessors sample uses an old API. It should be updated to use the new one (i.e. bind the buffer to the accessor on creation, then use handler::require
with just the accessor).
Possible fix in #184