blob: 67b27f2aad5a469a53c7f64fdd0524948ee0e91c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example offlineshaders
\ingroup quick3d-examples
\title Qt Quick 3D - Offline Shaders Example
\examplecategory {3D}
\brief Demonstrates the use of the experimental build-time material processing support.
\image offlineshaders-example.jpg
This example uses the \l{Shadergen Tool}{build-time infrastructure} to
perform shader preparation for materials.
\note Offline processing of materials is considered experimental.
*/
|