mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
tests: raise GLSL version from 1.30 to 1.50 for compute shader
This commit is contained in:
parent
395b9733fb
commit
69decc17ff
@ -38,7 +38,7 @@ void main() {{
|
||||
"""
|
||||
|
||||
|
||||
def run_glsl_test(gsg, body, preamble="", inputs={}, version=130, exts=set()):
|
||||
def run_glsl_test(gsg, body, preamble="", inputs={}, version=150, exts=set()):
|
||||
""" Runs a GLSL test on the given GSG. The given body is executed in the
|
||||
main function and should call assert(). The preamble should contain all
|
||||
of the shader inputs. """
|
||||
|
Loading…
x
Reference in New Issue
Block a user