/* * Copyright (C) 2017-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once namespace NEO { namespace D3DTypesHelper { struct D3D9 { }; struct D3D10 { }; struct D3D11 { }; } // namespace D3DTypesHelper template class D3DSharingFunctions { }; } // namespace NEO