Open skallweitNV opened 2 weeks ago
We should use error scopes around every call that creates a resource to capture any error and return SLANG_FAIL in that case.
SLANG_FAIL
Remove DeviceImpl::getAndClearLastError when we do this.
DeviceImpl::getAndClearLastError
We should use error scopes around every call that creates a resource to capture any error and return
SLANG_FAIL
in that case.Remove
DeviceImpl::getAndClearLastError
when we do this.