clover: add empty cl 3.0 dispatch entries.
This just fills out the dispatch table blanks. Reviewed-by: Francisco Jerez <currojerez@riseup.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7468>
This commit is contained in:
@@ -170,5 +170,8 @@ namespace clover {
|
||||
NULL, // clSetDefaultDeviceCommandQueue
|
||||
NULL, // clSetProgramReleaseCallback
|
||||
NULL, // clSetProgramSpecializationConstant
|
||||
NULL, // clCreateBufferWithProperties
|
||||
NULL, // clCreateImageWithProperties
|
||||
NULL, // clSetContextDestructorCallback
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user