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

GetErrorDescription() 개인적인 메소드

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