DrawBillboardPro function
- @Deprecated("Broken by a dart:ffi bug: the trailing Color argument gets corrupted " "(or crashes) once the preceding float-only args exceed the CPU's 8 " "float registers. Use DrawBillboard/DrawBillboardRec, or wait for the fix. " "See dart-lang/sdk#63976.")
See RaylibCoreFlatModule.DrawBillboardPro.
Implementation
@Deprecated(
"Broken by a dart:ffi bug: the trailing Color argument gets corrupted "
"(or crashes) once the preceding float-only args exceed the CPU's 8 "
"float registers. Use DrawBillboard/DrawBillboardRec, or wait for the fix. "
"See dart-lang/sdk#63976."
)
void DrawBillboardPro(
Camera3DD camera,
TextureD texture,
RectangleD source,
Vector3D position,
Vector3D up,
Vector2D size,
Vector2D origin,
double rotation,
ColorD tint,
) => _module.DrawBillboardPro(camera, texture, source, position, up, size, origin, rotation, tint);