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