Closed greyhill closed 9 years ago
Add hl::Context::create_context(&[Device]), which creates a context using all the given devices. I wasn't sure what to name it (new?).
hl::Context::create_context(&[Device])
new
The new create_context has the same, pretty basic error handling as Device::create_context().
create_context
Device::create_context()
Sorry, messed up the PR. Just meant to submit a few changes.
Add
hl::Context::create_context(&[Device])
, which creates a context using all the given devices. I wasn't sure what to name it (new
?).The new
create_context
has the same, pretty basic error handling asDevice::create_context()
.