Method | Description | |
---|---|---|
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( |
||
Set ( Vector2 value ) : void | ||
Set ( Vector2 values, int count ) : void | ||
Set ( Vector2 values, int offset, int count ) : void | ||
Set ( Vector3 value ) : void | ||
Set ( Vector3 values, int count ) : void | ||
Set ( Vector3 values, int offset, int count ) : void | ||
Set ( Vector4 value ) : void | ||
Set ( Vector4 values, int count ) : void | ||
Set ( Vector4 values, int offset, int count ) : void | ||
Set ( float value ) : void | ||
Set ( float x, float y ) : void | ||
Set ( float x, float y, float z ) : void | ||
Set ( float x, float y, float z, float w ) : void | ||
Set ( float values, int count ) : void | ||
Set ( float values, int offset, int count ) : void | ||
ShaderVariable ( string name, ShaderModelCom vertexShader, ShaderModelCom pixelShader, int vertexOffset, int pixelOffset ) : System.Runtime.InteropServices |
public Set ( |
||
values | ||
count | int | |
return | void |
public Set ( |
||
values | ||
offset | int | |
count | int | |
return | void |
public Set ( |
||
values | ||
count | int | |
return | void |
public Set ( |
||
values | ||
offset | int | |
count | int | |
return | void |
public Set ( |
||
values | ||
count | int | |
return | void |
public Set ( |
||
values | ||
offset | int | |
count | int | |
return | void |
public Set ( Vector2 values, int count ) : void | ||
values | Vector2 | |
count | int | |
return | void |
public Set ( Vector2 values, int offset, int count ) : void | ||
values | Vector2 | |
offset | int | |
count | int | |
return | void |
public Set ( Vector3 values, int count ) : void | ||
values | Vector3 | |
count | int | |
return | void |
public Set ( Vector3 values, int offset, int count ) : void | ||
values | Vector3 | |
offset | int | |
count | int | |
return | void |
public Set ( Vector4 values, int count ) : void | ||
values | Vector4 | |
count | int | |
return | void |
public Set ( Vector4 values, int offset, int count ) : void | ||
values | Vector4 | |
offset | int | |
count | int | |
return | void |
public Set ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |
public Set ( float x, float y, float z, float w ) : void | ||
x | float | |
y | float | |
z | float | |
w | float | |
return | void |
public Set ( float values, int count ) : void | ||
values | float | |
count | int | |
return | void |
public Set ( float values, int offset, int count ) : void | ||
values | float | |
offset | int | |
count | int | |
return | void |
public ShaderVariable ( string name, ShaderModelCom vertexShader, ShaderModelCom pixelShader, int vertexOffset, int pixelOffset ) : System.Runtime.InteropServices | ||
name | string | |
vertexShader | ShaderModelCom | |
pixelShader | ShaderModelCom | |
vertexOffset | int | |
pixelOffset | int | |
return | System.Runtime.InteropServices |