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, or wait for the fix. " "See dart-lang/sdk#63976.")
void
DrawBillboardPro(
- Camera3DC camera,
- TextureC texture,
- RectangleC source,
- Vector3C position,
- Vector3C up,
- Vector2C size,
- Vector2C origin,
- double rotation,
- ColorC tint,
)
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, or wait for the fix. "
"See dart-lang/sdk#63976."
)
void DrawBillboardPro(
Camera3DC camera,
TextureC texture,
RectangleC source,
Vector3C position,
Vector3C up,
Vector2C size,
Vector2C origin,
double rotation,
ColorC tint,
) => _module.DrawBillboardPro(camera, texture, source, position, up, size, origin, rotation, tint);