Add support for 16 bit floating point textures.
This commit is contained in:
@@ -125,6 +125,7 @@ namespace OpenRA
|
||||
{
|
||||
void SetData(uint[,] colors);
|
||||
void SetData(byte[] colors, int width, int height);
|
||||
void SetFloatData(float[] data, int width, int height);
|
||||
byte[] GetData();
|
||||
Size Size { get; }
|
||||
TextureScaleFilter ScaleFilter { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user