3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_NULL
6 namespace SiliconStudio.
Paradox.Graphics
8 public partial class GraphicsDevice
14 public GraphicsDevice NewDeferred()
16 throw new NotImplementedException();
24 protected void Initialize(GraphicsAdapter adapter,
GraphicsProfile profile, PresentationParameters presentationParameters,
object windowHandle)
26 throw new NotImplementedException();
32 protected void InitializeFactories()
34 throw new NotImplementedException();
43 public GraphicsDevice ImmediateContext
45 get {
throw new NotImplementedException(); }
54 public bool IsDeferredContextSupported
56 get {
throw new NotImplementedException(); }
62 public PresentationParameters PresentationParameters
64 get {
throw new NotImplementedException(); }
73 get {
throw new NotImplementedException(); }
81 throw new NotImplementedException();
90 public bool IsFullScreen
92 get {
throw new NotImplementedException(); }
93 set {
throw new NotImplementedException(); }
Creates a render target buffer.
GraphicsProfile
Identifies the set of supported devices for the demo based on device capabilities.