示例#1
0
文件: gfx.cpp 项目: amecky/DT
	void clearRenderTarget(int id,const Color& color) {
		RenderTarget* rt = ctx->renderTargets[id];
		rt->clearRenderTarget(ctx->deviceContext,ctx->depthStencilView,color);
	}