Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComputeVertexStreamColor"/> class.
 /// </summary>
 public ComputeVertexStreamColor()
 {
     Stream      = new ColorVertexStreamDefinition();
     oldHashCode = 0;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ComputeVertexStreamScalar"/> class.
 /// </summary>
 public ComputeVertexStreamScalar()
 {
     Stream  = new ColorVertexStreamDefinition();
     Channel = ColorChannel.R;
 }