QGIS API Documentation
4.1.0-Master (9af12b5a203)
Loading...
Searching...
No Matches
src
3d
framegraph
qgsbloomdownsampleentity.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsbloomdownsampleentity.h
3
--------------------------------------
4
Date : May 2026
5
Copyright : (C) 2026 by Nyall Dawson
6
Email : nyall dot dawson at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSBLOOMDOWNSAMPLEENTITY_H
17
#define QGSBLOOMDOWNSAMPLEENTITY_H
18
19
#include "
qgsrenderpassquad.h
"
20
21
#define SIP_NO_FILE
22
23
namespace
Qt3DRender
24
{
25
class
QParameter;
26
class
QTexture2D;
27
class
QLayer;
28
}
//namespace Qt3DRender
29
30
39
class
QgsBloomDownsampleEntity
:
public
QgsRenderPassQuad
40
{
41
Q_OBJECT
42
public
:
44
QgsBloomDownsampleEntity
( Qt3DRender::QTexture2D *texture, Qt3DRender::QLayer *layer, QNode *parent =
nullptr
);
45
46
private
:
47
Qt3DRender::QParameter *mSourceTextureParameter =
nullptr
;
48
};
49
50
#endif
// QGSBLOOMDOWNSAMPLEENTITY_H
QgsBloomDownsampleEntity::QgsBloomDownsampleEntity
QgsBloomDownsampleEntity(Qt3DRender::QTexture2D *texture, Qt3DRender::QLayer *layer, QNode *parent=nullptr)
Constructor.
Definition
qgsbloomdownsampleentity.cpp:28
QgsRenderPassQuad::QgsRenderPassQuad
QgsRenderPassQuad(Qt3DRender::QLayer *layer, QNode *parent=nullptr)
Constructor.
Definition
qgsrenderpassquad.cpp:33
Qt3DRender
Definition
qgs3d.h:44
qgsrenderpassquad.h
Generated on
for QGIS API Documentation by
1.15.0