mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
refactor: correct naming of enum class constants 8/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269009c299
commit
dd1b9d6abc
@@ -24,8 +24,8 @@ struct ModuleBuildLog;
|
||||
struct KernelImmutableData;
|
||||
|
||||
enum class ModuleType {
|
||||
Builtin,
|
||||
User
|
||||
builtin,
|
||||
user
|
||||
};
|
||||
|
||||
struct Module : _ze_module_handle_t {
|
||||
|
||||
Reference in New Issue
Block a user