index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-stdlib-textures.cpp
Age
Commit message (
Expand
)
Author
2024-10-25
Replace stdlib with core-module on files and projects (#5411)
Jay Kwak
2024-09-23
Fix incorrect use of pointer in WGSL (#5144)
Jay Kwak
2024-09-20
WGSL implement texture intrinsics except gather and sampler-less (#5123)
Jay Kwak
2024-07-02
Emit errors when invalid capabilities are used (#4510)
ArielG-NV
2024-05-14
Implement texture functions for Metal target (#4158)
Jay Kwak
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-02-12
Fix #3566. (#3574)
Yong He
2024-02-05
Implement GLSL build-in functions related to texture (#3544)
Jay Kwak
2024-01-02
Update the GetDimension hlsl builtin for spirv path. In case of sampler, a co...
Pankaj Mistry
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-09-27
Various SPIRV fixes. (#3231)
Yong He
2023-09-21
Misc SPIRV fixes. (#3220)
Yong He
2023-09-06
Update prebuilt glslang binaries (#3189)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska