File: testglxgetprocaddress_genentry.sh

package info (click to toggle)
libglvnd 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,104 kB
  • sloc: xml: 53,629; ansic: 37,516; python: 620; makefile: 562; sh: 107; perl: 87; cpp: 30
file content (12 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

. $TOP_SRCDIR/tests/glxenv.sh

# Set __GLX_FORCE_VENDOR_LIBRARY_0 instead of __GLX_VENDOR_LIBRARY_NAME. That
# way, it won't pre-load the vendor library, which would force it to generate
# a dispatch stub for glXExampleExtensionFunction.
__GLX_FORCE_VENDOR_LIBRARY_0=$__GLX_VENDOR_LIBRARY_NAME
export __GLX_FORCE_VENDOR_LIBRARY_0
unset __GLX_VENDOR_LIBRARY_NAME

./testglxgetprocaddress