summaryrefslogtreecommitdiffstats
path: root/tools/gfx/open-gl/render-gl.h
blob: 89232c088a1aec555069d3ae63e20ef296b5258d (plain)
1
2
3
4
5
6
7
8
9
10
11
// render-d3d11.h
#pragma once

#include "../renderer-shared.h"

namespace gfx
{

SlangResult SLANG_MCALL createGLDevice(const IDevice::Desc* desc, IDevice** outDevice);

} // namespace gfx