glslang-zig/glslang
Chow a8f9886cc6 Add support for ARB_texture_multisample
GLSL Version : >= 140

Purpose:
Allow users to use features by enabling this extension, even in low versions.

Extension Name:
ARB_texture_multisample

Builtin-variables:
Nah

Builtin-functions:
Nah

Keywords:
      sampler2DMS, isampler2DMS, usampler2DMS,
      sampler2DMSArray, isampler2DMSArray, usampler2DMSArray

Reference:
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_texture_multisample.txt
2019-12-23 15:37:04 +08:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include Fix #2020: PR #1977 broke HLSL member consistency, this finishes it... 2019-12-09 23:48:50 -07:00
MachineIndependent Add support for ARB_texture_multisample 2019-12-23 15:37:04 +08:00
OSDependent Respect CMAKE_INSTALL_LIBDIR in installed CMake files 2019-11-18 11:11:55 -08:00
Public Remove unnecessary semi-colons and add warning about them 2019-10-11 11:25:04 -04:00
CMakeLists.txt Respect CMAKE_INSTALL_LIBDIR in installed CMake files 2019-11-18 11:11:55 -08:00
updateGrammar Separate GLSLANG_WEB (min-size build) and Emscripten options 2019-09-17 23:18:03 -07:00