Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.