CompileShaderAndGetError Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public string? CompileShaderAndGetError(
int shader,
string source
)
Public Function CompileShaderAndGetError (
shader As Integer,
source As String
) As String
member CompileShaderAndGetError :
shader : int *
source : string -> string