mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
remove redundant declarations
This commit is contained in:
parent
8e086a8fc8
commit
8b845658e2
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ void FramebufferCache::setFrameBufferSize(QSize frameBufferSize) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void FramebufferCache::createPrimaryFramebuffer() {
|
void FramebufferCache::createPrimaryFramebuffer() {
|
||||||
auto colorFormat = gpu::Element::COLOR_SRGBA_32;
|
|
||||||
auto width = _frameBufferSize.width();
|
|
||||||
auto height = _frameBufferSize.height();
|
|
||||||
|
|
||||||
auto defaultSampler = gpu::Sampler(gpu::Sampler::FILTER_MIN_MAG_POINT);
|
auto defaultSampler = gpu::Sampler(gpu::Sampler::FILTER_MIN_MAG_POINT);
|
||||||
|
|
||||||
auto smoothSampler = gpu::Sampler(gpu::Sampler::FILTER_MIN_MAG_MIP_LINEAR);
|
auto smoothSampler = gpu::Sampler(gpu::Sampler::FILTER_MIN_MAG_MIP_LINEAR);
|
||||||
|
|
Loading…
Reference in a new issue