Skip to content

Crow.Drawing.GLSurface

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Drawing

Inheritance Hierarchy

  • GLSurface

Syntax

public class GLSurface : Surface

Constructors

prototype description
GLSurface (IntPtr ptr, bool own) __
GLSurface (Device device, Content content, uint tex, int width, int height) __
GLSurface (EGLDevice device, IntPtr eglSurf, int width, int height) __
GLSurface (GLXDevice device, IntPtr window, int width, int height) __
GLSurface (WGLDevice device, IntPtr hdc, int width, int height) __

Properties

name description

Methods

prototype description
void SwapBuffers() __

Events

name description
Clone this wiki locally