Fixup RDCDriver out of date string-ify

This commit is contained in:
baldurk
2016-07-07 17:03:26 +03:00
parent 97e36a8def
commit 3a3c2abd8a
+4 -1
View File
@@ -56,11 +56,14 @@ string ToStrHelper<false, RDCDriver>::Get(const RDCDriver &el)
switch(el)
{
TOSTR_CASE_STRINGIZE(RDC_Unknown)
TOSTR_CASE_STRINGIZE(RDC_D3D11)
TOSTR_CASE_STRINGIZE(RDC_OpenGL)
TOSTR_CASE_STRINGIZE(RDC_Mantle)
TOSTR_CASE_STRINGIZE(RDC_D3D12)
TOSTR_CASE_STRINGIZE(RDC_D3D11)
TOSTR_CASE_STRINGIZE(RDC_D3D10)
TOSTR_CASE_STRINGIZE(RDC_D3D9)
TOSTR_CASE_STRINGIZE(RDC_Image)
TOSTR_CASE_STRINGIZE(RDC_Vulkan)
default: break;
}