Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
ea25a4e5e292e896a8c86ffd2f13813dfe2fffa7
/
.
/
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
;
}