diff --git a/.pick_status.json b/.pick_status.json index 0e49d44bb39..7188b1faa96 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1399,7 +1399,7 @@ "description": "glsl/float64: Bump #version to 400", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "4d47b22bf007413274cabac264122ab7e428fe7d" }, diff --git a/src/compiler/glsl/float64.glsl b/src/compiler/glsl/float64.glsl index dd20a3170ee..e169053629d 100644 --- a/src/compiler/glsl/float64.glsl +++ b/src/compiler/glsl/float64.glsl @@ -40,7 +40,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#version 330 +#version 400 #extension GL_ARB_gpu_shader_int64 : enable #extension GL_ARB_shader_bit_encoding : enable #extension GL_EXT_shader_integer_mix : enable