mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): implement getter for depth bits on GLMipmap
This commit is contained in:
parent
26f3646d79
commit
547a5e85a8
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
||||||
#include "gx/gll/GLFramebuffer.h"
|
#include "gx/gll/GLFramebuffer.h"
|
||||||
|
|
||||||
int32_t GLMipmap::GetDepthBits() {
|
int32_t GLMipmap::GetDepthBits() {
|
||||||
// TODO
|
return this->m_DepthBits;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLMipmap::Attach(GLFramebuffer* framebuffer, GLenum attachPoint, int32_t a4) {
|
void GLMipmap::Attach(GLFramebuffer* framebuffer, GLenum attachPoint, int32_t a4) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue