Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
40afae8a1a2e92db3bd2b7a412aafbf6617b42d9
/
.
/
tests
/
gm
/
emptyclear.cpp
blob: 02567fb7e2182951f4bfb30536456969523fb11b [
file
]
/*
* Copyright 2023 Rive
*/
#include
"gm.hpp"
using
namespace
rivegm
;
using
namespace
rive
;
DEF_SIMPLE_GM_WITH_CLEAR_COLOR
(
emptyclear
,
0xff00ff00
,
64
,
64
,
renderer
)
{}