Overte C++ Documentation
RenderForward.h
1
//
2
// Created by Sam Gondelman on 3/7/19.
3
// Copyright 2019 High Fidelity, Inc.
4
//
5
// Distributed under the Apache License, Version 2.0.
6
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7
//
8
9
#ifndef hifi_RenderForward_h
10
#define hifi_RenderForward_h
11
12
#include <QString>
13
#include <QProcess>
14
15
static
const
QString RENDER_FORWARD_STRING {
"HIFI_RENDER_FORWARD"
};
16
static
bool
RENDER_FORWARD = QProcessEnvironment::systemEnvironment().contains(RENDER_FORWARD_STRING);
17
18
#endif
// hifi_RenderForward_h
libraries
shared
src
RenderForward.h
Generated by
1.9.1