name property
Name of the shader-side input this attribute feeds (e.g. position).
flutter_gpu binds vertex attributes by name, so this must match the
vertex shader's in declaration.
Implementation
final String name;
Name of the shader-side input this attribute feeds (e.g. position).
flutter_gpu binds vertex attributes by name, so this must match the
vertex shader's in declaration.
final String name;