SetShapesTexture method
Implementation
void SetShapesTexture(
Texture2DD texture,
RectangleD source,
) => run(
() => 'SetShapesTexture($texture, $source)',
() => rl.Core.SetShapesTexture(
_refTexture1(texture).ref, _refRectangle1(source).ref
),
);