qskinny/playground/gradients/GradientQuickShape.h

18 lines
462 B
C
Raw Normal View History

/******************************************************************************
2024-01-17 14:31:45 +01:00
* QSkinny - Copyright (C) The authors
2023-04-06 09:23:37 +02:00
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
class QskGradient;
class QSGNode;
class QQuickWindow;
class QRectF;
namespace GradientQuickShape
{
QSGNode* updateNode( QQuickWindow*, const QRectF&,
const QskGradient&, QSGNode* );
}