wined3d: Add INDIB and INUSERMEM to resource_access_from_location.
This commit is contained in:
parent
7a0a4ce7ab
commit
42927d0e9d
|
@ -4885,6 +4885,8 @@ static DWORD resource_access_from_location(DWORD location)
|
|||
switch (location)
|
||||
{
|
||||
case SFLAG_INSYSMEM:
|
||||
case SFLAG_INUSERMEM:
|
||||
case SFLAG_INDIB:
|
||||
return WINED3D_RESOURCE_ACCESS_CPU;
|
||||
|
||||
case SFLAG_INDRAWABLE:
|
||||
|
|
Loading…
Reference in New Issue