]> git.tdb.fi Git - libs/gl.git/blob - stenciltest_backend.h
a78b4a78d5934c21a642b902ad613c527a460dd6
[libs/gl.git] / stenciltest_backend.h
1 #ifndef MSP_GL_STENCILTEST_BACKEND_H_
2 #define MSP_GL_STENCILTEST_BACKEND_H_
3
4 #ifndef MSP_GL_STENCILTEST_H_
5 #error "stenciltest_backend.h requires stenciltest.h"
6 #endif
7
8 namespace Msp {
9 namespace GL {
10
11 unsigned get_vulkan_stencil_op(StencilOp);
12
13 } // namespace GL
14 } // namespace Msp
15
16 #endif