computecpp-sdk icon indicating copy to clipboard operation
computecpp-sdk copied to clipboard

Placeholder accessors sample uses deprecated API

Open DuncanMcBain opened this issue 6 years ago • 1 comments

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).

Code here.

DuncanMcBain avatar Feb 18 '19 20:02 DuncanMcBain

Possible fix in #184

DuncanMcBain avatar Mar 01 '19 18:03 DuncanMcBain