drawBezierPatches
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorRGBa>>, subdivisions: Int = 32)(source)
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorOKLABa>>, subdivisions: Int = 32)(source)
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorRGBa>>, subdivisions: Int = 32)(source)
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorOKLABa>>, subdivisions: Int = 32)(source)