Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
0d88822b94d66ea7c216b48a3f7efd1dcbb05936
/
.
/
renderer
/
library
/
src
/
metal
/
metal_render_path.mm
blob: 8ed4953a3687d36b457632a7b13254efe532565b [
file
]
#include
"metal/metal_render_path.hpp"
using
namespace
rive
;
void
MetalRenderPath
::
fillRule
(
FillRule
value
)
{
m_FillRule
=
value
;
}