2024-06-11 16:55:20 +02:00
|
|
|
#include "Query.h"
|
|
|
|
|
|
|
|
|
|
using namespace Seele;
|
|
|
|
|
using namespace Seele::Gfx;
|
|
|
|
|
|
|
|
|
|
OcclusionQuery::OcclusionQuery()
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
OcclusionQuery::~OcclusionQuery()
|
2024-06-15 21:47:20 +02:00
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
PipelineStatisticsQuery::PipelineStatisticsQuery()
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
PipelineStatisticsQuery::~PipelineStatisticsQuery()
|
2024-07-01 12:17:04 +02:00
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
TimestampQuery::TimestampQuery()
|
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
TimestampQuery::~TimestampQuery()
|
2024-06-11 16:55:20 +02:00
|
|
|
{}
|