OpenGlException Class
Definition
public class OpenGlException
Constructors
| Name | Description |
|---|---|
| OpenGlException | No summary available. |
OpenGlException Constructor
public OpenGlException(string message)
Parameters
message string
Methods
| Name | Description |
|---|---|
| GetFormattedEglException | No summary available. |
| GetFormattedException (3 overloads) | No summary available. |
GetFormattedEglException Method
public Avalonia.OpenGL.OpenGlException GetFormattedEglException(string funcName, int errorCode)
Parameters
funcName string
errorCode int
Returns
GetFormattedException overloads
GetFormattedException Method
public Avalonia.OpenGL.OpenGlException GetFormattedException(string funcName, Avalonia.OpenGL.Egl.EglInterface egl)
Parameters
funcName string
egl Avalonia.OpenGL.Egl.EglInterface
Returns
GetFormattedException Method
public Avalonia.OpenGL.OpenGlException GetFormattedException(string funcName, Avalonia.OpenGL.GlInterface gl)
Parameters
funcName string
gl Avalonia.OpenGL.GlInterface
Returns
GetFormattedException Method
public Avalonia.OpenGL.OpenGlException GetFormattedException(string funcName, int errorCode)
Parameters
funcName string
errorCode int
Returns
Properties
| Name | Description |
|---|---|
| ErrorCode | No summary available. |
ErrorCode Property
public Nullable<int> ErrorCode { get; set; }