Class MeshoptVertexFetchStatistics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct meshopt_VertexFetchStatistics") public class MeshoptVertexFetchStatistics extends Struct<MeshoptVertexFetchStatistics> implements NativeResource
struct meshopt_VertexFetchStatistics {
    unsigned int bytes_fetched;
    float overfetch;
}