So I'm converting some old direct3d 9 code to direct3d 11,and I need to retrieve some information like:
the adapter display modes
enumerate the available displays
and list the possible adapter formats
Now,I know how to do the first 2,but the last one...I don't really understand what it means.Don't we setup the format just for the backbuffer? What is the adapter format? Is it the format in which the adapter works with all the data?
Show differencesHistory of post edits
#1noatom
Posted 07 January 2013 - 08:25 AM
So I'm converting some old direct3d 9 code to direct3d 11,and I need to retrieve some information like:
the adapter display modes
enumerate the available displays
and list the possible adapter formats
Now,I know how to do the first 2,but the last one...I don't really understand what it means.Don't we setup the format for the backbuffer? What is the adapter format? Is it the format in which the adapter works with all the data?
the adapter display modes
enumerate the available displays
and list the possible adapter formats
Now,I know how to do the first 2,but the last one...I don't really understand what it means.Don't we setup the format for the backbuffer? What is the adapter format? Is it the format in which the adapter works with all the data?