Implemented basic occlusions queries
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "Query.h"
|
||||
|
||||
using namespace Seele;
|
||||
using namespace Seele::Gfx;
|
||||
|
||||
OcclusionQuery::OcclusionQuery()
|
||||
{}
|
||||
|
||||
OcclusionQuery::~OcclusionQuery()
|
||||
{}
|
||||
Reference in New Issue
Block a user