mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Merge branch 'shawnz_bugs_fix' into 'master'
Bug 5196977: Update includes for nbody See merge request cuda-samples/cuda-samples!98
This commit is contained in:
commit
17703dd426
@ -27,10 +27,12 @@
|
|||||||
|
|
||||||
#include "render_particles.h"
|
#include "render_particles.h"
|
||||||
|
|
||||||
|
#define HELPERGL_EXTERN_GL_FUNC_IMPLEMENTATION
|
||||||
|
|
||||||
// includes for OpenGL
|
// includes for OpenGL
|
||||||
#include <helper_gl.h>
|
#include <helper_gl.h>
|
||||||
|
|
||||||
#define HELPERGL_EXTERN_GL_FUNC_IMPLEMENTATION
|
// includes
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <cuda_gl_interop.h>
|
#include <cuda_gl_interop.h>
|
||||||
#include <cuda_runtime.h>
|
#include <cuda_runtime.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user