mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 21:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "GfxBase/RenderCaps.h"
|
||||
#include "FastLog.h"
|
||||
|
||||
namespace RBX {
|
||||
|
||||
RenderCaps::RenderCaps(std::string gfxCardName, size_t vidMemSize )
|
||||
: gfxCardName(gfxCardName)
|
||||
, vidMemSize(vidMemSize)
|
||||
, texturePowerOf2Only(false)
|
||||
, supportsGBuffer(false)
|
||||
, skinningBoneCount(0)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user