tumcms / Blue-Framework

This is the official repository of tumcms BlueFramework as of April 2020
Apache License 2.0
8 stars 5 forks source link

D3D11: DownloadTexture fails if multisampling is enabled #15

Closed hechth closed 4 years ago

hechth commented 4 years ago

D3D11Texture2D doesn't support downloading from multisampled texture as the code which creates the corresponding CPU side texture for storing the image doesn't copy the multisampling settings from the created texture.