mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Adding support for debug variables translation
Additionally, adding flag to override gdi Change-Id: I52759aa8c5f1149a34167429289d3f3876cdcb92
This commit is contained in:
12
runtime/os_interface/windows/environment_variables.h
Normal file
12
runtime/os_interface/windows/environment_variables.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
uint32_t getEnvironmentVariable(const char *name, char *outBuffer, uint32_t outBufferSize);
|
||||
Reference in New Issue
Block a user