mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Remve dead code
This commit is contained in:
parent
2a5ee5d6b1
commit
af68a2550e
2 changed files with 0 additions and 19 deletions
|
@ -193,17 +193,6 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
using RenderDeferredTaskConfig = render::GPUTaskConfig;
|
using RenderDeferredTaskConfig = render::GPUTaskConfig;
|
||||||
/**
|
|
||||||
class RenderDeferredTaskConfig : public render::Task::Config {
|
|
||||||
Q_OBJECT
|
|
||||||
Q_PROPERTY(double gpuTime READ getGpuTime)
|
|
||||||
public:
|
|
||||||
double getGpuTime() { return gpuTime; }
|
|
||||||
|
|
||||||
protected:
|
|
||||||
friend class RenderDeferredTask;
|
|
||||||
double gpuTime;
|
|
||||||
};*/
|
|
||||||
|
|
||||||
class RenderDeferredTask : public render::Task {
|
class RenderDeferredTask : public render::Task {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -63,14 +63,6 @@ protected:
|
||||||
using LinearDepthFramebufferPointer = std::shared_ptr<LinearDepthFramebuffer>;
|
using LinearDepthFramebufferPointer = std::shared_ptr<LinearDepthFramebuffer>;
|
||||||
|
|
||||||
using LinearDepthPassConfig = render::GPUJobConfig;
|
using LinearDepthPassConfig = render::GPUJobConfig;
|
||||||
/*
|
|
||||||
class LinearDepthPassConfig : public render::GPUJobConfig {
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
LinearDepthPassConfig() : render::GPUJobConfig(true) {}
|
|
||||||
signals:
|
|
||||||
void dirty();
|
|
||||||
};*/
|
|
||||||
|
|
||||||
class LinearDepthPass {
|
class LinearDepthPass {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue