Write a bitmap directly to the backbuffer
-
Donnerstag, 10. Mai 2012 15:49
Hello, I'm continuing my work trying to get a 3rd party video renderer to render to a Metro application. What I'd like to do is write a bitmap directly to the directx backbuffer. Is that possible or do I have to have some kind of surface to texture? Would this be easier to do in direct2d?
So far I've tried to do this in a few different ways but I can't get my bitmap to show up.
Alle Antworten
-
Freitag, 11. Mai 2012 07:42Moderator
Hello,
Thanks for your feedback, I will involve more experts to investigate it.
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
-
Freitag, 11. Mai 2012 23:16Moderator
Hello Kellen,
You have a few options. You can create a quad and set the texture on the quad. You can create a D3D11Resource containing a texture and then call "present" on the resource without clearing the scene.
I hope this helps,
James
Windows Media SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/
- Als Antwort vorgeschlagen James Dailey - MSFTMicrosoft Employee, Moderator Freitag, 11. Mai 2012 23:16
- Als Antwort markiert Jesse JiangMicrosoft Contingent Staff, Moderator Freitag, 1. Juni 2012 09:28

