ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

build_info.h (451B)


      1 // NOTE(rnp): completely garbage file that is used in exactly one place in the glslang
      2 // source code. For some reason they think this needs to be autogenerated instead of
      3 // specifying these on the command line at build time.
      4 #ifndef GLSLANG_BUILD_INFO
      5 #define GLSLANG_BUILD_INFO
      6 
      7 #define GLSLANG_VERSION_MAJOR  16
      8 #define GLSLANG_VERSION_MINOR   1
      9 #define GLSLANG_VERSION_PATCH   0
     10 #define GLSLANG_VERSION_FLAVOR ""
     11 
     12 #endif /* GLSLANG_BUILD_INFO */