mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
Add forgotten autogenerated EXT_texture_array_fs folder.
This commit is contained in:
parent
af05703826
commit
75393ee16b
1 changed files with 27 additions and 0 deletions
27
builtins/EXT_texture_array_fs/textures
Normal file
27
builtins/EXT_texture_array_fs/textures
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
((function texture1DArray
|
||||
(signature vec4
|
||||
(parameters
|
||||
(declare (in) sampler1DArray sampler)
|
||||
(declare (in) vec2 P)
|
||||
(declare (in) float bias) )
|
||||
((return (txb (var_ref sampler) (var_ref P) (0 0 0) 1 () (var_ref bias) ))))
|
||||
|
||||
)
|
||||
(function texture2DArray
|
||||
(signature vec4
|
||||
(parameters
|
||||
(declare (in) sampler2DArray sampler)
|
||||
(declare (in) vec3 P)
|
||||
(declare (in) float bias) )
|
||||
((return (txb (var_ref sampler) (var_ref P) (0 0 0) 1 () (var_ref bias) ))))
|
||||
|
||||
)
|
||||
(function shadow1DArray
|
||||
(signature vec4
|
||||
(parameters
|
||||
(declare (in) sampler1DArrayShadow sampler)
|
||||
(declare (in) vec3 P)
|
||||
(declare (in) float bias) )
|
||||
((return (txb (var_ref sampler) (swiz xy (var_ref P)) (0 0 0) 1 (swiz z (var_ref P)) (var_ref bias) ))))
|
||||
|
||||
))
|
||||
Loading…
Add table
Reference in a new issue