mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 17:17:11 +00:00
Fixup RDCDriver out of date string-ify
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user