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