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

13 lines
167 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <cstdint>
namespace Os {
const char *openglDllName = "opengl32.dll";
}