mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement TextureData::Create (#586)
* Implement TextureData::Create * Fix names * Rename * Fix name * Fix annotation * Add missing annotation * Fix annotation * More annotation fixes * Compat template type ambiguity * Fix
This commit is contained in:

committed by
GitHub

parent
688dc0b6ee
commit
9d8820ee06
@@ -79,6 +79,11 @@ public:
|
||||
// vtable+0x30
|
||||
Result SetTextureDefaultColorCount(unsigned long) override;
|
||||
|
||||
inline HRESULT CreateTextureFromSurface(LPDIRECTDRAWSURFACE pSurface, LPDIRECT3DRMTEXTURE2* pTexture2)
|
||||
{
|
||||
return m_data->CreateTextureFromSurface(pSurface, pTexture2);
|
||||
}
|
||||
|
||||
public:
|
||||
inline Result Create();
|
||||
inline void Destroy();
|
||||
|
Reference in New Issue
Block a user