Skip to content

Commit

Permalink
Merge pull request #1041 from lpisha/master
Browse files Browse the repository at this point in the history
Remove ban on using string_cast with CUDA host code #1041
  • Loading branch information
christophe-lunarg authored Nov 21, 2020
2 parents 5a34b3a + 051781e commit 4ae59db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions glm/gtx/string_cast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
/// Include <glm/gtx/string_cast.hpp> to use the features of this extension.
///
/// Setup strings for GLM type values
///
/// This extension is not supported with CUDA

#pragma once

Expand All @@ -32,10 +30,6 @@
# endif
#endif

#if(GLM_COMPILER & GLM_COMPILER_CUDA)
# error "GLM_GTX_string_cast is not supported on CUDA compiler"
#endif

namespace glm
{
/// @addtogroup gtx_string_cast
Expand Down

0 comments on commit 4ae59db

Please sign in to comment.