recreateResource property

  1. @override
bool get recreateResource
override

Implementation

@override
bool get recreateResource {
  final sizeInBytes = _vertices.lengthInBytes + _indices.lengthInBytes;
  return resourceSizeInByes != sizeInBytes;
}
set recreateResource (bool _recreateResource)
inherited

Implementation

bool recreateResource = true;