mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +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;
|
||||
/**
|
||||
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 {
|
||||
public:
|
||||
|
|
|
@ -63,14 +63,6 @@ protected:
|
|||
using LinearDepthFramebufferPointer = std::shared_ptr<LinearDepthFramebuffer>;
|
||||
|
||||
using LinearDepthPassConfig = render::GPUJobConfig;
|
||||
/*
|
||||
class LinearDepthPassConfig : public render::GPUJobConfig {
|
||||
Q_OBJECT
|
||||
public:
|
||||
LinearDepthPassConfig() : render::GPUJobConfig(true) {}
|
||||
signals:
|
||||
void dirty();
|
||||
};*/
|
||||
|
||||
class LinearDepthPass {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue