Browse Source

fix write_depth.fs glsl120

pull/5138/head
Maicon Santana 2 months ago
committed by GitHub
parent
commit
69021939e6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/shaders/resources/shaders/glsl120/write_depth.fs

+ 1
- 1
examples/shaders/resources/shaders/glsl120/write_depth.fs View File

@ -1,4 +1,4 @@
#version 100
#version 120
#extension GL_EXT_frag_depth : enable

Loading…
Cancel
Save