Nathaniel Cesario e8d657bdbe Fix textureOffset overload
float textureOffset(sampler2DArrayShadow sampler, vec4 P, ivec2 offset)
was incorrectly requiring the GL_EXT_texture_shadow_lod extension.

NOTE: Prior to GLSL 440, this prototype was defined as

float textureOffset(sampler2DArrayShadow sampler, vec4 P, vec2 offset)

i.e., the type of 'offset' was specified as 'vec2' rather than 'ivec2'.
This is believed to be a typo.

Fixes #3325.
2023-09-11 16:51:11 -04:00
..
2023-09-11 16:51:11 -04:00
2018-08-07 03:16:20 +09:00
2019-12-23 14:34:38 +08:00
2018-08-07 03:16:20 +09:00
2020-01-06 15:53:20 +08:00
2018-08-07 03:16:20 +09:00
2019-12-25 17:08:48 +08:00
2019-12-23 11:29:52 +08:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:25:35 +09:00
2018-08-07 03:16:20 +09:00
2023-04-06 13:38:39 -04:00
2023-04-06 13:38:39 -04:00
2023-04-06 13:38:39 -04:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2023-02-02 16:33:32 -07:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2021-05-18 12:13:41 -04:00
2021-12-28 17:09:57 -07:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2019-01-07 12:36:13 -06:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2023-07-18 09:35:36 -06:00
2021-01-25 15:54:52 -05:00
2019-10-23 00:25:39 -06:00
2019-10-23 00:25:39 -06:00