]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/frameformat_backend.h
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / vulkan / frameformat_backend.h
diff --git a/source/backends/vulkan/frameformat_backend.h b/source/backends/vulkan/frameformat_backend.h
new file mode 100644 (file)
index 0000000..d82b769
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef MSP_GL_FRAMEFORMAT_BACKEND_H_
+#define MSP_GL_FRAMEFORMAT_BACKEND_H_
+
+#ifndef MSP_GL_FRAMEFORMAT_H_
+#error "frameformat_backend.h requires frameformat.h"
+#endif
+
+namespace Msp {
+namespace GL {
+
+unsigned get_vulkan_samples(unsigned);
+
+} // namespace GL
+} // namespace Msp
+
+#endif