-
currently using bevy 0.5.0, getting the error " required extension not requested: GL_EXT_samplerless_texture_functions", wondering if there is a way to enabling the ability to use these functions? |
Beta Was this translation helpful? Give feedback.
Answered by
tofoz
Oct 13, 2021
Replies: 1 comment
-
add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tofoz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
#extension GL_EXT_samplerless_texture_functions : enable
to the shader