3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_NULL
5 namespace SiliconStudio.
Paradox.Graphics
7 public partial
struct GraphicsDeviceFeatures
9 internal GraphicsDeviceFeatures(GraphicsDevice device)
12 HasDriverCommandLists =
false;
13 HasMultiThreadingConcurrentResources =
false;
14 HasComputeShaders =
false;
15 HasDoublePrecision =
false;
16 mapFeaturesPerFormat =
new FeaturesPerFormat[0];
17 Profile = GraphicsProfile.Level9;