Files
Seele/src/Engine/Graphics/Query.cpp
T

10 lines
145 B
C++
Raw Normal View History

2024-06-11 16:55:20 +02:00
#include "Query.h"
using namespace Seele;
using namespace Seele::Gfx;
OcclusionQuery::OcclusionQuery()
{}
OcclusionQuery::~OcclusionQuery()
{}