C# Class OpenTK.Platform.Egl.EglGraphicsMode

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
window EglWindowInfo

Public Methods

Method Description
SelectGraphicsMode ( ColorFormat color, int depth, int stencil, int samples, ColorFormat accum, int buffers, bool stereo ) : OpenTK.Graphics.GraphicsMode

Method Details

SelectGraphicsMode() public method

public SelectGraphicsMode ( ColorFormat color, int depth, int stencil, int samples, ColorFormat accum, int buffers, bool stereo ) : OpenTK.Graphics.GraphicsMode
color OpenTK.Graphics.ColorFormat
depth int
stencil int
samples int
accum OpenTK.Graphics.ColorFormat
buffers int
stereo bool
return OpenTK.Graphics.GraphicsMode

Property Details

window public_oe property

public EglWindowInfo,OpenTK.Platform.Egl window
return EglWindowInfo