diff options
Diffstat (limited to 'results/scraper/fex/1893')
| -rw-r--r-- | results/scraper/fex/1893 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/fex/1893 b/results/scraper/fex/1893 new file mode 100644 index 000000000..16da79f4d --- /dev/null +++ b/results/scraper/fex/1893 @@ -0,0 +1,14 @@ +Missing GL thunk function definitions +``` +template<> struct fex_gen_config<glGetVkProcAddrNV> {}; +template<> struct fex_gen_config<glPathColorGenNV> {}; +template<> struct fex_gen_config<glPathTexGenNV> {}; +template<> struct fex_gen_config<glPathFogGenNV> {}; +template<> struct fex_gen_config<glGetPathColorGenivNV> {}; +template<> struct fex_gen_config<glGetPathColorGenfvNV> {}; +template<> struct fex_gen_config<glGetPathTexGenivNV> {}; +template<> struct fex_gen_config<glGetPathTexGenfvNV> {}; +template<> struct fex_gen_config<glBlendEquationSeparateATI> {}; +``` + +Only a few missing but not sure how `glGetVkProcAddrNV` will work for us. \ No newline at end of file |