Skip to content
  • Neil Roberts's avatar
    Don't test floats with the form ‘1f’ · 63aef6af
    Neil Roberts authored
    There is nothing in the GLSL spec which says you can have a float
    literal without an exponent or a decimal point even if you add the ‘f’
    suffix. This patch replaces that literal with some other variations
    that should be accepted according to the spec.
    
    Reviewed-by: Matt Turner <mattst88 at gmail.com>
    63aef6af