Lines 157-162
rusticl_opencl_bindings_rs = rust.bindgen(
Link Here
|
157 |
'--raw-line', 'unsafe impl std::marker::Send for _cl_image_desc {}', |
157 |
'--raw-line', 'unsafe impl std::marker::Send for _cl_image_desc {}', |
158 |
'--raw-line', 'unsafe impl std::marker::Sync for _cl_image_desc {}', |
158 |
'--raw-line', 'unsafe impl std::marker::Sync for _cl_image_desc {}', |
159 |
'--allowlist-type', 'cl_.*', |
159 |
'--allowlist-type', 'cl_.*', |
|
|
160 |
'--blocklist-type', '(__)?cl_.*[2348(16)]', |
160 |
'--allowlist-type', 'cl.*_fn', |
161 |
'--allowlist-type', 'cl.*_fn', |
161 |
'--allowlist-var', 'CL_.*', |
162 |
'--allowlist-var', 'CL_.*', |
162 |
# needed for gl_sharing extension |
163 |
# needed for gl_sharing extension |