mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: Rename member variables to camelCase 2/n
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c84c7a0c91
commit
e351a90f81
@@ -371,7 +371,7 @@ cl_int Context::getSupportedImageFormats(
|
||||
if (imageFormats) {
|
||||
size_t offset = numImageFormats;
|
||||
for (size_t i = 0; i < formats.size() && offset < numEntries; ++i) {
|
||||
imageFormats[offset++] = formats[i].OCLImageFormat;
|
||||
imageFormats[offset++] = formats[i].oclImageFormat;
|
||||
}
|
||||
}
|
||||
numImageFormats += formats.size();
|
||||
|
||||
Reference in New Issue
Block a user