]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/texture2darray_backend.cpp
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / vulkan / texture2darray_backend.cpp
diff --git a/source/backends/vulkan/texture2darray_backend.cpp b/source/backends/vulkan/texture2darray_backend.cpp
new file mode 100644 (file)
index 0000000..3c0239d
--- /dev/null
@@ -0,0 +1,12 @@
+#include "texture2darray_backend.h"
+#include "vulkan.h"
+
+namespace Msp {
+namespace GL {
+
+VulkanTexture2DArray::VulkanTexture2DArray():
+       Texture3D(VK_IMAGE_VIEW_TYPE_2D_ARRAY)
+{ }
+
+} // namespace GL
+} // namespace Msp