CheckFramebufferStatus Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public int CheckFramebufferStatus(
int target
)
Public Function CheckFramebufferStatus (
target As Integer
) As Integer
member CheckFramebufferStatus :
target : int -> int