C# Class OpenTK.Graphics.ES20.ShaderVtxAttrib2f

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

Public Methods

Method Description
LoadPureV2f ( float vertices ) : void

load pure vector2f, from start array

ShaderVtxAttrib2f ( int location ) : System
UnsafeLoadMixedV2f ( float vertexH, int totalFieldCount ) : void
UnsafeLoadPureV2f ( float vertices ) : void

load pure vector2f, from start array

Method Details

LoadPureV2f() public method

load pure vector2f, from start array
public LoadPureV2f ( float vertices ) : void
vertices float
return void

ShaderVtxAttrib2f() public method

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

UnsafeLoadMixedV2f() public method

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

UnsafeLoadPureV2f() public method

load pure vector2f, from start array
public UnsafeLoadPureV2f ( float vertices ) : void
vertices float
return void