Skip to content
Snippets Groups Projects
Commit 04072d83 authored by Christian Strømme's avatar Christian Strømme
Browse files

Export QSSGRenderRay and QSSGLayerRenderHelper for testing


Change-Id: I1db82a60ee0a8f98bea4b13718edac886c0adfb4
Reviewed-by: default avatarAntti Määttä <antti.maatta@qt.io>
parent 4c4c93f4
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ enum class QSSGRenderBasisPlanes
XZ,
};
struct QSSGRenderRay
struct Q_AUTOTEST_EXPORT QSSGRenderRay
{
QVector3D origin;
QVector3D direction;
......
......@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
* I am using language level access control on this object because it needs specific
* interface design that will enable future modifications.
*/
struct QSSGLayerRenderHelper
struct Q_AUTOTEST_EXPORT QSSGLayerRenderHelper
{
private:
QSSGRenderLayer *m_layer = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment