Axiom.RenderSystems.DirectX9.D3DRenderSystem.PostExtraThreadsStarted C# (CSharp) Method

PostExtraThreadsStarted() private method

private PostExtraThreadsStarted ( ) : void
return void
        public override void PostExtraThreadsStarted()
        {
            // nothing to do - D3D9 shares rendering context already
        }
D3DRenderSystem