Axiom.RenderSystems.DirectX9.D3DRenderSystem.PostExtraThreadsStarted C# (CSharp) Méthode

PostExtraThreadsStarted() private méthode

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