25 Feb
2019
25 Feb
'19
5:07 p.m.
On Fri, 22 Feb 2019 at 22:48, Stefan Riesenberger <stefan.riesenberger(a)gmail.com> wrote:
-HRESULT WINAPI D3D11CreateDevice(IDXGIAdapter *adapter, D3D_DRIVER_TYPE driver_type, HMODULE swrast, UINT flags, +HRESULT d3d11_create_device(IDXGIAdapter *adapter, D3D_DRIVER_TYPE driver_type, HMODULE swrast, UINT flags, const D3D_FEATURE_LEVEL *feature_levels, UINT levels, UINT sdk_version, ID3D11Device **device_out, D3D_FEATURE_LEVEL *obtained_feature_level, ID3D11DeviceContext **immediate_context)
I think we'd want this to be either static or DECLSPEC_HIDDEN, we'd don't want to export it.