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

GetErrorDescription() private méthode

private GetErrorDescription ( int errorNumber ) : string
errorNumber int
Résultat string
        public override string GetErrorDescription(int errorNumber)
        {
            return string.Format( "D3D9 error {0}", errorNumber );
        }
D3DRenderSystem