This commit is contained in:
2024-01-23 12:12:26 -05:00
parent ed010df08e
commit 36ab8d9f6e

View File

@@ -364,7 +364,7 @@ namespace fgl::engine
case GL_CLAMP_TO_BORDER:
return vk::SamplerAddressMode::eClampToBorder;
#endif
#ifdef GL_CLAMP_TO_BORDER
#ifdef GL_CLAMP_TO_EDGE
case GL_CLAMP_TO_EDGE:
return vk::SamplerAddressMode::eClampToEdge;
#endif