[Fix] (MG_State/RenderBufferState): Add missing RenderbufferObject::GetSamples

This commit is contained in:
BZLZHH
2025-12-14 11:30:49 +08:00
parent 9ab001bf75
commit 4f1def412c
@@ -46,6 +46,10 @@ namespace MobileGL {
return m_componentSizes.Stencil;
}
Int RenderbufferObject::GetSamples() const {
return m_samples;
}
const ComponentSizes& RenderbufferObject::GetComponentSizes() const {
return m_componentSizes;
}