diff Engine/Graphics/IRender.h @ 2573:0c67be4ec900

DrawTextureIndexed renamed to DrawTextureTransparentColorKey Changing more class Texture to class Image.
author a.parshin
date Sat, 05 Mar 2016 16:25:53 +0200
parents d87bfbd3bb3b
children dd36326a9994
line wrap: on
line diff
--- a/Engine/Graphics/IRender.h	Sat Mar 05 01:51:54 2016 +0200
+++ b/Engine/Graphics/IRender.h	Sat Mar 05 16:25:53 2016 +0200
@@ -72,7 +72,7 @@
     virtual void DrawTextureNew(float u, float v, struct Texture *) = 0;
     virtual void DrawTextureNew(float u, float v, struct Image *) = 0;
     virtual void DrawTextureAlphaNew(float u, float v, struct Image *) = 0;
-    virtual void DrawTextureIndexed(signed int x, signed int y, struct Texture *tex) = 0;
+    virtual void DrawTextureTransparentColorKey(signed int x, signed int y, struct Texture *tex) = 0;
 
     virtual void ZBuffer_Fill_2(signed int a2, signed int a3, struct Texture *pTexture, int a5) = 0;
     virtual void DrawMaskToZBuffer(signed int uOutX, unsigned int uOutY, struct Texture *pTexture, int zVal) = 0;