compute-runtime/unit_tests/mocks/gl/mock_opengl32.cpp

14 lines
194 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <cstdint>
extern "C" {
void *__stdcall wglGetProcAddress(const char *name) { return nullptr; }
}