예제 #1
0
 public void Dispose()
 {
     GPUProfiler.EndProfilePoint(context);
 }
예제 #2
0
 public GpuProfilePoint(GraphicsContext context, String name)
 {
     this.context = context;
     GPUProfiler.BeginProfilePoint(context, name);
 }