EFileTahi-A
Contributor
I need to change the DirectX.Device of some Texture, how can I do this?
The Texture.Device is read only...
The Texture.Device is read only...
Last edited:
Machaira said:Why do you need to change the device?
Machaira said:You might be able to get away with not using DirectX for what you're showing with the 2nd and 3rd devices.
DrunkenHyena said:(...)
Multiple devices are bad. You would be better off creating multiple swap chains (essentially multiple unrelated backbuffers) and just using one device.
EFileTahi-A said:What do mean by this?