Loading gfx/wr/webrender/src/device/gl.rs +2 −0 Original line number Diff line number Diff line Loading @@ -2240,6 +2240,8 @@ impl Device { program: &mut Program, descriptor: &VertexDescriptor, ) -> Result<(), ShaderError> { profile_scope!("compile shader"); let _guard = CrashAnnotatorGuard::new( &self.crash_annotator, CrashAnnotation::CompileShader, Loading Loading
gfx/wr/webrender/src/device/gl.rs +2 −0 Original line number Diff line number Diff line Loading @@ -2240,6 +2240,8 @@ impl Device { program: &mut Program, descriptor: &VertexDescriptor, ) -> Result<(), ShaderError> { profile_scope!("compile shader"); let _guard = CrashAnnotatorGuard::new( &self.crash_annotator, CrashAnnotation::CompileShader, Loading