C# Class OpenTK.Graphics.ES20.ShaderVtxAttrib2f

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

load pure vector2f, from start array
public LoadPureV2f ( float vertices ) : void
vertices float
Résultat void

ShaderVtxAttrib2f() public méthode

public ShaderVtxAttrib2f ( int location ) : System
location int
Résultat System

UnsafeLoadMixedV2f() public méthode

public UnsafeLoadMixedV2f ( float vertexH, int totalFieldCount ) : void
vertexH float
totalFieldCount int
Résultat void

UnsafeLoadPureV2f() public méthode

load pure vector2f, from start array
public UnsafeLoadPureV2f ( float vertices ) : void
vertices float
Résultat void