Commit dfc1b36a authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11: Handle D3D11_MAP_WRITE map type.

parent 1ac41f45
......@@ -647,6 +647,7 @@ DWORD wined3d_map_flags_from_d3d11_map_type(D3D11_MAP map_type)
{
switch (map_type)
{
case D3D11_MAP_WRITE:
case D3D11_MAP_READ_WRITE:
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment