Class MeshoptVertexFetchStatistics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class MeshoptVertexFetchStatistics extends Struct<MeshoptVertexFetchStatistics> implements NativeResource

 struct meshopt_VertexFetchStatistics {
     unsigned int bytes_fetched;
     float overfetch;
 }