mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d9] Add missing breaks to format helper switch
This commit is contained in:
parent
7743276e1d
commit
58316ebe4c
@ -23,8 +23,10 @@ namespace dxvk {
|
|||||||
case D3D9ConversionFormat_YUY2:
|
case D3D9ConversionFormat_YUY2:
|
||||||
case D3D9ConversionFormat_UYVY:
|
case D3D9ConversionFormat_UYVY:
|
||||||
ConvertVideoFormat(conversionFormat, dstImage, dstSubresource, srcBuffer);
|
ConvertVideoFormat(conversionFormat, dstImage, dstSubresource, srcBuffer);
|
||||||
|
break;
|
||||||
case D3D9ConversionFormat_L6V5U5:
|
case D3D9ConversionFormat_L6V5U5:
|
||||||
ConvertGenericFormat(conversionFormat, dstImage, dstSubresource, srcBuffer, VK_FORMAT_R16_UINT);
|
ConvertGenericFormat(conversionFormat, dstImage, dstSubresource, srcBuffer, VK_FORMAT_R16_UINT);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
Logger::warn("Unimplemented format conversion");
|
Logger::warn("Unimplemented format conversion");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user