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