D1247: Dynamic Copy From Memory

CopyFromMemory cannot copy memory to a bitmap created from a dynamic texture.

 

Possible Causes

CopyFromMemory was called on a bitmap that was created as D3D11_USAGE_DYNAMIC.

Possible Fixes

Use Map and Unmap instead for this type of bitmap.