だが、フルスクリーン切り替えで解像度を800*600に固定できないものか・・・
あと縁取りが
txtHelper.SetInsertionPos( 3, 5 );
txtHelper.SetForegroundColor( D3DXCOLOR( 0.0f, 0.0f, 0.0f, 1.0f ) );
txtHelper.DrawTextLine( L"Draw Text Test Program" );
txtHelper.DrawTextLine( DXUTGetFrameStats() );
txtHelper.DrawTextLine( DXUTGetDeviceStats() );
txtHelper.SetInsertionPos( 7, 5 );
txtHelper.SetForegroundColor( D3DXCOLOR( 0.0f, 0.0f, 0.0f, 1.0f ) );
txtHelper.DrawTextLine( L"Draw Text Test Program" );
txtHelper.DrawTextLine( DXUTGetFrameStats() );
txtHelper.DrawTextLine( DXUTGetDeviceStats() );
txtHelper.SetInsertionPos( 5, 3 );
txtHelper.SetForegroundColor( D3DXCOLOR( 0.0f, 0.0f, 0.0f, 1.0f ) );
txtHelper.DrawTextLine( L"Draw Text Test Program" );
txtHelper.DrawTextLine( DXUTGetFrameStats() );
txtHelper.DrawTextLine( DXUTGetDeviceStats() );
txtHelper.SetInsertionPos( 5, 7 );
txtHelper.SetForegroundColor( D3DXCOLOR( 0.0f, 0.0f, 0.0f, 1.0f ) );
txtHelper.DrawTextLine( L"Draw Text Test Program" );
txtHelper.DrawTextLine( DXUTGetFrameStats() );
txtHelper.DrawTextLine( DXUTGetDeviceStats() );
txtHelper.SetInsertionPos( 5, 5 );
txtHelper.SetForegroundColor( D3DXCOLOR( 1.0f, 1.0f, 0.0f, 1.0f ) );
txtHelper.DrawTextLine( L"Draw Text Test Program" );
txtHelper.DrawTextLine( DXUTGetFrameStats() );
txtHelper.DrawTextLine( DXUTGetDeviceStats() );
それぞれをネットの海から拾い上げてやる作業
うヴぉあー