Programming API Reference: SharpGfx.OpenGL

Class public abstract GlGraphic

is Graphic
TODO
Property public GlApi Api { get; }: TODO

Constructor()

TODO

Method public override IShading CreateShading()

TODO

Method public override Surface CreateSurface()

TODO

Method public override Visual CreateVisual()

TODO

Method public override TextureHandle CreateTexture()

TODO
  • Image<Rgba32> image

Method public override void Render()

TODO

Method public TextureHandle RgbTexture()

TODO
  • int width
  • int height

Method public TextureHandle DepthTexture()

TODO
  • int width
  • int height

Method public void TakeColorPicture()

TODO

Method public void TakeDepthPicture()

TODO