Exemplo n.º 1
0
 static GraphicsRenderContext CreateContext(GraphicsRenderCommandQueue commandQueue)
 {
     return(new GraphicsRenderContext(commandQueue));
 }
Exemplo n.º 2
0
 internal GraphicsRenderContext(GraphicsRenderCommandQueue renderCommandQueue) : base(renderCommandQueue, GraphicsContextKind.Render)
 {
 }