fna-workbench

fna-workbench Commit Details


Date:2016-01-28 12:59:32 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:08bedbb8472aff4db81bc52dd1587c8d503d0b36
Parents: 43b6f2e75adc488ed62a932955647f7f056683b3
Message:Default PresentationParameters.RenderTargetUsage

Changes:

File differences

src/Graphics/PresentationParameters.cs
101101
102102
103103
104
104105
105106
106107
......
119120
120121
121122
123
122124
123125
124126
MultiSampleCount = 0;
PresentationInterval = PresentInterval.Default;
DisplayOrientation = DisplayOrientation.Default;
RenderTargetUsage = RenderTargetUsage.DiscardContents;
}
#endregion
clone.MultiSampleCount = MultiSampleCount;
clone.PresentationInterval = PresentationInterval;
clone.DisplayOrientation = DisplayOrientation;
clone.RenderTargetUsage = RenderTargetUsage;
return clone;
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08710s using 13 queries.