mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 18:21:17 +02:00
CR repairs
This commit is contained in:
parent
65a079cb53
commit
62c1e40127
1 changed files with 2 additions and 9 deletions
|
@ -14,17 +14,10 @@
|
|||
#include <RenderArgs.h>
|
||||
|
||||
#include "Batch.h"
|
||||
//#include "Framebuffer.h"
|
||||
//#include "Pipeline.h"
|
||||
//#include "Query.h"
|
||||
//#include "Stream.h"
|
||||
//#include "Texture.h"
|
||||
//#include "Transform.h"
|
||||
|
||||
// FIXME - technically according to our coding standard Context.h should be before "Framebuffer.h" but it appears
|
||||
// as if Context.h is not self contained and assumes other users have included other gpu headers.
|
||||
#include "Context.h"
|
||||
|
||||
// FIXME -- ideally we'd like this to be in Batch.h, but gcc was not happy with the first cut at that,
|
||||
// it was complaining with error: member access into incomplete type 'element_type' (aka 'gpu::Context')
|
||||
template<typename F>
|
||||
void doInBatch(RenderArgs* args, F f) {
|
||||
static gpu::Batch::CacheState cacheState;
|
||||
|
|
Loading…
Reference in a new issue