mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match TextureImpl
functions (#1521)
* TextureImpl functions * TglD3DRMIMAGE functions
This commit is contained in:
@@ -400,7 +400,7 @@ public:
|
||||
class Texture : public Object {
|
||||
public:
|
||||
// vtable+0x08
|
||||
virtual Result SetTexels(int width, int height, int bitsPerTexel, void* pTexels) = 0;
|
||||
virtual Result SetTexels(int width, int height, int bitsPerTexel, void* pTexels, int pTexelsArePersistent) = 0;
|
||||
virtual void FillRowsOfTexture(int y, int height, void* pBuffer) = 0;
|
||||
|
||||
// vtable+0x10
|
||||
@@ -411,7 +411,7 @@ public:
|
||||
int* pDepth,
|
||||
void** ppBuffer,
|
||||
int* pPaletteSize,
|
||||
PaletteEntry** ppPalette
|
||||
unsigned char (*pEntries)[3]
|
||||
) = 0;
|
||||
virtual Result SetPalette(int entryCount, PaletteEntry* pEntries) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user