public void Dispose() { GPUProfiler.EndProfilePoint(context); }
public GpuProfilePoint(GraphicsContext context, String name) { this.context = context; GPUProfiler.BeginProfilePoint(context, name); }