ogl_beamforming

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

rcore_extended.c (169B)


      1 #include "raylib/src/rcore.c"
      2 
      3 // NOTE(rnp): hacky function to get the GLFWwindow handle
      4 RLAPI void *
      5 GetPlatformWindowHandle(void)
      6 {
      7 	return (void *)platform.handle;
      8 }