22 lines
331 B
C++
22 lines
331 B
C++
#include "Query.h"
|
|
|
|
using namespace Seele;
|
|
using namespace Seele::Gfx;
|
|
|
|
OcclusionQuery::OcclusionQuery()
|
|
{}
|
|
|
|
OcclusionQuery::~OcclusionQuery()
|
|
{}
|
|
|
|
PipelineStatisticsQuery::PipelineStatisticsQuery()
|
|
{}
|
|
|
|
PipelineStatisticsQuery::~PipelineStatisticsQuery()
|
|
{}
|
|
|
|
TimestampQuery::TimestampQuery()
|
|
{}
|
|
|
|
TimestampQuery::~TimestampQuery()
|
|
{} |