mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Add missing statement.
Didn't copy this across, good thing CI caught it.
This commit is contained in:
parent
aa7380ae12
commit
948ac3b825
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
#define GLM_COMPILER_CUDA75 0x10000001
|
||||
#define GLM_COMPILER_CUDA80 0x10000002
|
||||
#define GLM_COMPILER_CUDA90 0x10000004
|
||||
#define GLM_COMPILER_CUDA_RTC 0x10000100
|
||||
|
||||
// SYCL
|
||||
#define GLM_COMPILER_SYCL 0x00300000
|
||||
|
|
Loading…
Add table
Reference in a new issue