Exemplo n.º 1
0
 internal void SetColor(uint arrayIndex, int x, int y, int sampleIndex, ref Number4 color)
 {
     _innerView.SetData(arrayIndex, x, y, sampleIndex, ref color);
 }
Exemplo n.º 2
0
 internal void SetDepth(uint arrayIndex, int x, int y, int sampleIndex, float depth)
 {
     _innerView.SetData(arrayIndex, x, y, sampleIndex, depth);
 }