mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
feat(gx): implement getter for depth bits on GLMipmap
This commit is contained in:
parent
26f3646d79
commit
547a5e85a8
@ -4,8 +4,7 @@
|
||||
#include "gx/gll/GLFramebuffer.h"
|
||||
|
||||
int32_t GLMipmap::GetDepthBits() {
|
||||
// TODO
|
||||
return 0;
|
||||
return this->m_DepthBits;
|
||||
}
|
||||
|
||||
void GLMipmap::Attach(GLFramebuffer* framebuffer, GLenum attachPoint, int32_t a4) {
|
||||
|
Loading…
Reference in New Issue
Block a user