GetFormattedEglException Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public static OpenGlException GetFormattedEglException(
string funcName,
int errorCode
)
Public Shared Function GetFormattedEglException (
funcName As String,
errorCode As Integer
) As OpenGlException
static member GetFormattedEglException :
funcName : string *
errorCode : int -> OpenGlException