mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (MG_State/TextureObject): Add missing TextureObjectBase::GetExternalIndex()
This commit is contained in:
@@ -75,6 +75,10 @@ namespace MobileGL {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Uint TextureObjectBase::GetExternalIndex() const {
|
||||||
|
return m_externalIndex;
|
||||||
|
}
|
||||||
|
|
||||||
// TextureObject1D
|
// TextureObject1D
|
||||||
TextureObject1D::TextureObject1D(Uint externalIndex)
|
TextureObject1D::TextureObject1D(Uint externalIndex)
|
||||||
: TextureObjectBase(TextureTarget::Texture1D, externalIndex) {}
|
: TextureObjectBase(TextureTarget::Texture1D, externalIndex) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user