Shader Bug

i got an error in my shaders its
basic: basic: ERROR: 0:1: '' : version '460' is not supported
ERROR: 0:2: '' : #version required and missing.
basic: basic: ERROR: 0:1: '' : version '460' is not supported
ERROR: 0:2: '' : #version required and missing.
but my shader pack has a #version
Solution:
Fixed by changing version to 150
Jump to solution
1 Reply
Solution
Cool Hacker
Cool Hacker2w ago
Fixed by changing version to 150

Did you find this page helpful?