Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
glslastvisitor.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "glslastvisitor_p.h"
5
7
8using namespace GLSL;
9
13
17
19{
20 if (ast)
21 ast->accept(this);
22}
23
void accept(Visitor *visitor)
Definition glslast.cpp:12
void accept(AST *ast)
Definition glsl_p.h:22
Combined button and popup list for selecting options.