Esempio n. 1
0
 public void Dispose()
 {
     Texture.Dispose();
     ColorShifts.Dispose();
 }
Esempio n. 2
0
 void CopyBufferToTexture()
 {
     Texture.SetData(buffer, Palette.Size, Height);
     ColorShifts.SetFloatData(colorShiftBuffer, 1, Height);
 }