Axiom.RenderSystems.DirectX9.D3DRenderSystem.PostExtraThreadsStarted C# (CSharp) 메소드

PostExtraThreadsStarted() 개인적인 메소드

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