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

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

namespace gfx {

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

} // gfx