vp_patch.sh
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. #!/bin/zsh
  2. if [[ -e $1 ]]; then
  3. [[ -w $1 ]] && sed -e 's/[[:blank:]]*#[[:blank:]]*IgnoreGLExtensions/ IgnoreGLExtensions/' -i .bak $1;
  4. else
  5. echo 'Configuration {nIgnoreGLExtensions [ "GL_ARB_vertex_program" ]n}' > $1;
  6. fi