You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the Khr suffix on CommandBuffer and MutableCommand objects but not on Semaphore objects.
Do we want a Khr suffix on these objects, at least while they are extension objects?
If we want some sort of decoration while these are extension objects is a suffix the best mechanism? We could consider a namespace instead, for example cl::khr::CommandBuffer.
The text was updated successfully, but these errors were encountered:
We currently have a naming inconsistency for command buffer and semaphore extension objects:
Note the
Khr
suffix onCommandBuffer
andMutableCommand
objects but not onSemaphore
objects.Do we want a
Khr
suffix on these objects, at least while they are extension objects?If we want some sort of decoration while these are extension objects is a suffix the best mechanism? We could consider a namespace instead, for example
cl::khr::CommandBuffer
.The text was updated successfully, but these errors were encountered: