- Home /
How does appdata_base work?
I've written a vertex shader that works even when there isn't a mesh feeding any data into it. So I'm wondering where the values appdata_base.vertex, etc. come from. In general how does appdata work - where does the data for it come from?
Comment
Your answer
Follow this Question
Related Questions
Is it possible to get back data for a specific vertex from a shader ? 0 Answers
Clarification on static batching a shader-animated mesh 1 Answer
How to set float or float4 UV in Mesh. 1 Answer
Create a Wireframe Shader with Shader Forge 1 Answer
Simple mesh deformation : Mesh.vertices or vertex shader with displacement texture ? 1 Answer