mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (MG_State/RenderBufferState): Add missing RenderbufferObject::GetSamples
This commit is contained in:
@@ -46,6 +46,10 @@ namespace MobileGL {
|
|||||||
return m_componentSizes.Stencil;
|
return m_componentSizes.Stencil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Int RenderbufferObject::GetSamples() const {
|
||||||
|
return m_samples;
|
||||||
|
}
|
||||||
|
|
||||||
const ComponentSizes& RenderbufferObject::GetComponentSizes() const {
|
const ComponentSizes& RenderbufferObject::GetComponentSizes() const {
|
||||||
return m_componentSizes;
|
return m_componentSizes;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user