2016-03-17 13:48:19 +00:00
|
|
|
/* GSK - The GTK Scene Kit
|
|
|
|
* Copyright 2016 Endless
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2023-03-31 19:11:10 +00:00
|
|
|
#pragma once
|
2016-03-17 13:48:19 +00:00
|
|
|
|
|
|
|
#define __GSK_H_INSIDE__
|
|
|
|
|
|
|
|
#include <gsk/gskenums.h>
|
2023-07-08 14:15:22 +00:00
|
|
|
#include <gsk/gskpath.h>
|
|
|
|
#include <gsk/gskpathbuilder.h>
|
2023-08-13 15:08:22 +00:00
|
|
|
#include <gsk/gskpathmeasure.h>
|
2023-07-08 14:15:22 +00:00
|
|
|
#include <gsk/gskpathpoint.h>
|
2016-03-17 13:48:19 +00:00
|
|
|
#include <gsk/gskrenderer.h>
|
|
|
|
#include <gsk/gskrendernode.h>
|
2016-12-13 18:02:12 +00:00
|
|
|
#include <gsk/gskroundedrect.h>
|
2023-07-08 14:32:52 +00:00
|
|
|
#include <gsk/gskstroke.h>
|
2019-02-28 08:52:49 +00:00
|
|
|
#include <gsk/gsktransform.h>
|
2020-09-18 15:46:57 +00:00
|
|
|
#include <gsk/gskglshader.h>
|
2016-03-17 13:48:19 +00:00
|
|
|
|
2019-05-01 21:58:57 +00:00
|
|
|
#include <gsk/gskcairorenderer.h>
|
2024-01-07 11:35:38 +00:00
|
|
|
#include <gsk/gl/gskglrenderer.h>
|
2024-01-06 18:58:24 +00:00
|
|
|
#include <gsk/gpu/gskvulkanrenderer.h>
|
2019-05-01 21:58:57 +00:00
|
|
|
|
2016-03-17 13:48:19 +00:00
|
|
|
#include <gsk/gsktypes.h>
|
|
|
|
#include <gsk/gskenumtypes.h>
|
|
|
|
|
|
|
|
#undef __GSK_H_INSIDE__
|
|
|
|
|