XNA Creators Club Online
community forums

Search Forums

Page 1 of 1 (1 items)
  • Dimension Error

     D3D10_TEXTURE2D_DESC depthStencilDesc;  depthStencilDesc.Width     = mClientWidth;  depthStencilDesc.Height    = mClientHeight;  depthStencilDesc.MipLevels = 1;  depthStencilDesc.ArraySize = 1;  depthStencilDesc.Format    = DXGI_FORMAT_R32_TYPELESS;  depthStencilDesc.SampleDesc.Count   = 1; // multisampling must ...
    Posted to Direct3D 10 (Forum) by u77k on 6/12/2009
Page 1 of 1 (1 items)