mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +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
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -19,8 +19,8 @@ namespace NEO {
|
||||
class Context;
|
||||
|
||||
typedef struct TagAcceleratorObjParams {
|
||||
cl_uint AcceleratorType;
|
||||
cl_uint AcceleratorFlags;
|
||||
cl_uint acceleratorType;
|
||||
cl_uint acceleratorFlags;
|
||||
} OCLRT_ACCELERATOR_OBJECT_PARAMS, *POCLRT_ACCELERATOR_OBJECT_PARAMS;
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user