obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

No support for vertex texture fetch in Lua

Open upgradeQ opened this issue 1 year ago • 0 comments

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

  1. 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.

upgradeQ avatar Feb 08 '24 16:02 upgradeQ