C# Class System.Html.Media.Graphics.WebGL.WebGLExtensionVertexArray

显示文件 Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
WebGLExtensionVertexArray System.Runtime.CompilerServices

Public Methods

Method Description
BindVertexArrayOES ( WebGLVertexArray arrayObject ) : void
CreateVertexArrayOES ( ) : WebGLVertexArray
DeleteVertexArrayOES ( WebGLVertexArray arrayObject ) : void
IsVertexArrayOES ( WebGLVertexArray arrayObject ) : bool

Private Methods

Method Description
WebGLExtensionVertexArray ( ) : System.Runtime.CompilerServices

Method Details

BindVertexArrayOES() public method

public BindVertexArrayOES ( WebGLVertexArray arrayObject ) : void
arrayObject WebGLVertexArray
return void

CreateVertexArrayOES() public method

public CreateVertexArrayOES ( ) : WebGLVertexArray
return WebGLVertexArray

DeleteVertexArrayOES() public method

public DeleteVertexArrayOES ( WebGLVertexArray arrayObject ) : void
arrayObject WebGLVertexArray
return void

IsVertexArrayOES() public method

public IsVertexArrayOES ( WebGLVertexArray arrayObject ) : bool
arrayObject WebGLVertexArray
return bool