mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
Merge branch 'dx9' of github.com:tildearrow/furnace into dx9
This commit is contained in:
commit
05fe5270cd
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class FurnaceGUIRenderDX9: public FurnaceGUIRender {
|
|||
float getTextureU(FurnaceGUITexture* which);
|
||||
float getTextureV(FurnaceGUITexture* which);
|
||||
FurnaceGUITextureFormat getTextureFormat(FurnaceGUITexture* which);
|
||||
bool isTextureValid(FurnaceGUITexture* which);
|
||||
bool lockTexture(FurnaceGUITexture* which, void** data, int* pitch);
|
||||
bool unlockTexture(FurnaceGUITexture* which);
|
||||
bool updateTexture(FurnaceGUITexture* which, void* data, int pitch);
|
||||
|
|
Loading…
Reference in a new issue