GetShapesTextureRectangle method
Get texture source rectangle that is used for shapes drawing
Implementation
@override
RectangleD GetShapesTextureRectangle() => run(
() => RaylibDebugLabels.GetShapesTextureRectangle(),
() => rl.Core.GetShapesTextureRectangle().toD(),
);