@interface MTLTelemetryBuffer : MTLToolsBuffer - (id)newLinearTextureWithDescriptor:(id)a0 offset:(unsigned long long)a1 bytesPerRow:(unsigned long long)a2 bytesPerImage:(unsigned long long)a3; - (id)newTextureWithDescriptor:(id)a0 offset:(unsigned long long)a1 bytesPerRow:(unsigned long long)a2; - (void)accumBufferDistribution:(id)a0 options:(unsigned long long)a1; - (id)initWithBuffer:(id)a0 device:(id)a1 bytes:(const void *)a2 options:(unsigned long long)a3; - (id)initWithBuffer:(id)a0 device:(id)a1 options:(unsigned long long)a2; @end