Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao committed Mar 21, 2023
1 parent 2a0b432 commit f34cb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpupunk_samples
Submodule gpupunk_samples updated 52 files
+94 −2 .gitignore
+147 −0 common/findgllib.mk
+22 −0 common/inc/GL/freeglut.h
+115 −0 common/inc/GL/freeglut_ext.h
+547 −0 common/inc/GL/freeglut_std.h
+14,457 −0 common/inc/GL/glew.h
+7,125 −0 common/inc/GL/glext.h
+597 −0 common/inc/GL/glut.h
+1,121 −0 common/inc/GL/glxew.h
+805 −0 common/inc/GL/glxext.h
+958 −0 common/inc/GL/wglew.h
+278 −0 common/inc/dynlink_d3d10.h
+144 −0 common/inc/dynlink_d3d11.h
+135 −0 common/inc/exception.h
+953 −0 common/inc/helper_cuda.h
+390 −0 common/inc/helper_cuda_drvapi.h
+172 −0 common/inc/helper_cusolver.h
+43 −0 common/inc/helper_functions.h
+251 −0 common/inc/helper_gl.h
+985 −0 common/inc/helper_image.h
+1,453 −0 common/inc/helper_math.h
+104 −0 common/inc/helper_multiprocess.h
+451 −0 common/inc/helper_nvJPEG.hxx
+683 −0 common/inc/helper_string.h
+450 −0 common/inc/helper_timer.h
+60 −0 common/inc/multithreading.h
+95 −0 common/inc/nvMath.h
+524 −0 common/inc/nvMatrix.h
+514 −0 common/inc/nvQuaternion.h
+255 −0 common/inc/nvShaderUtils.h
+1,058 −0 common/inc/nvVector.h
+183 −0 common/inc/nvrtc_helper.h
+310 −0 common/inc/param.h
+308 −0 common/inc/paramgl.h
+36 −0 common/inc/rendercheck_d3d10.h
+36 −0 common/inc/rendercheck_d3d11.h
+36 −0 common/inc/rendercheck_d3d9.h
+1,473 −0 common/inc/rendercheck_gl.h
+1,419 −0 common/inc/rendercheck_gles.h
+ common/lib/linux/aarch64/libGLEW.a
+ common/lib/linux/armv7l/libGLEW.a
+ common/lib/linux/x86_64/libGLEW.a
+516 −0 common/src/helper_multiprocess.cpp
+76 −0 common/src/multithreading.cpp
+104 −0 common/src/rendercheck_d3d10.cpp
+108 −0 common/src/rendercheck_d3d11.cpp
+138 −0 common/src/rendercheck_d3d9.cpp
+365 −0 matrixMul/Makefile
+ matrixMul/MemoryTrackerPatches.fatbin
+ matrixMul/matrixMul
+333 −0 matrixMul/matrixMul.cu
+8 −0 matrixMul/readme.txt

0 comments on commit f34cb07

Please sign in to comment.