C# Class OpenTK.Graphics.ES20.ShaderVtxAttrib3f

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
LoadPureV3f ( float vertices ) : void
ShaderVtxAttrib3f ( int location ) : System
UnsafeLoadMixedV3f ( float vertexH, int totalFieldCount ) : void

Method Details

LoadPureV3f() public method

public LoadPureV3f ( float vertices ) : void
vertices float
return void

ShaderVtxAttrib3f() public method

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

UnsafeLoadMixedV3f() public method

public UnsafeLoadMixedV3f ( float vertexH, int totalFieldCount ) : void
vertexH float
totalFieldCount int
return void