]> git.tdb.fi Git - libs/gl.git/blob - source/backends/vulkan/datatype_backend.cpp
Initial implementation of Vulkan backend
[libs/gl.git] / source / backends / vulkan / datatype_backend.cpp
1 #include "datatype.h"
2
3 namespace Msp {
4 namespace GL {
5
6 void require_type(DataType)
7 { }
8
9 } // namespace GL
10 } // namespace Msp