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