Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
8d5f0aa9b4d08f8d6ca1466e1f0376ec1c39065a
/
.
/
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
)
{}