Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Dec 25, 2024
1 parent 4581d19 commit 294cb0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/framework/graphics/framebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include <framework/core/eventdispatcher.h>
#include <framework/graphics/image.h>

#include "framework/core/graphicalapplication.h"

uint32_t FrameBuffer::boundFbo = 0;

FrameBuffer::FrameBuffer()
Expand Down
2 changes: 2 additions & 0 deletions src/framework/graphics/hardwarebuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include <framework/core/application.h>
#include <framework/core/logger.h>

#include "framework/core/graphicalapplication.h"

HardwareBuffer::HardwareBuffer(const Type type) :m_type(type)
{
glGenBuffers(1, &m_id);
Expand Down

0 comments on commit 294cb0a

Please sign in to comment.