compute-runtime/unit_tests/os_interface/windows/gl/gl_options.cpp

14 lines
223 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <cstdint>
// above is workaround for copyright checker issue
namespace Os {
const char *openglDllName = "mock_opengl32.dll";
}