Bulk update nvpro-samples 07/20/22

This commit is contained in:
Mathias Heyer 2022-07-20 11:10:03 -07:00
parent 61fc360865
commit 7b96b9582c

View file

@ -23,6 +23,7 @@
#ifdef __cplusplus #ifdef __cplusplus
#include "nvmath/nvmath.h" #include "nvmath/nvmath.h"
#include <stdint.h> /* for uint64_t */
// GLSL Type // GLSL Type
using vec2 = nvmath::vec2f; using vec2 = nvmath::vec2f;
using vec3 = nvmath::vec3f; using vec3 = nvmath::vec3f;