Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualRipiz

Posted 10 August 2012 - 01:32 PM

You need to set D3DX11_IMAGE_LOAD_INFO::CpuAccessFlags to D3D11_CPU_ACCESS_READ and pass structure as 3rd argument, however you'll need to set other structure's values as well, research yourself what they should be.

More info:
http://msdn.microsof...6(v=vs.85).aspx
http://msdn.microsof...7(v=vs.85).aspx

#1Ripiz

Posted 10 August 2012 - 01:30 PM

You need to set D3DX11_IMAGE_LOAD_INFO::CpuAccessFlags to D3D11_CPU_ACCESS_READ and pass structure as 3rd argument.

More info:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff476286%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/ff476317%28v=vs.85%29.aspx

PARTNERS