obs-studio
obs-studio copied to clipboard
No support for vertex texture fetch in Lua
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
30.1.0-beta1
OBS Studio Version (Other)
No response
OBS Studio Log URL
N/A
OBS Studio Crash Log URL
No response
Expected Behavior
Get valid data from textures inside vertex shader.
Current Behavior
Add this file as source, it will output black screen as you get only zeros.
Steps to Reproduce
- Load script and see.
Anything else we should know?
Seems that the texture param for vertex shader is not set in rendering pipeline. The obs-shaderfilter plugin when using custom effect file is also not loading texture data inside vertex shader.