C# Class OpenTK.Graphics.ES20.ShaderVtxAttrib4f

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
LoadPureV4f ( float vertices ) : void

load pure vector4f, from start array

ShaderVtxAttrib4f ( int location ) : System

Method Details

LoadPureV4f() public method

load pure vector4f, from start array
public LoadPureV4f ( float vertices ) : void
vertices float
return void

ShaderVtxAttrib4f() public method

public ShaderVtxAttrib4f ( int location ) : System
location int
return System