Skip to content

Imgui redundant vertex attributes in varying.def #2993

Answered by bkaradzic
Seyedof asked this question in Q&A
Discussion options

You must be logged in to vote

At some point there was ImGui widget that could render cubemap, and normal is used there:
45a54db

varying.def.sc doesn't affect any shaders, it just defines semantics for varyings. So since v_normal is not used anywhere in shaders, it won't affect anything, and it could be removed.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Seyedof
Comment options

You must be logged in to vote
1 reply
@bkaradzic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants