Home > other >  Unity of rendering functions don't respond, what is the situation
Unity of rendering functions don't respond, what is the situation

Time:09-22


What problem, apply colours to a drawing of how color is black
Why vertex rendering vert function cannot be effective to apply colours to a drawing

CodePudding user response:

It was written on the fragment shader:
Void frag (float4 in pos: POSITION, inout float4 col: COLOR)
{
}
Pay attention to the semantic binding is according to the type to match, rather than a name to match,,,

CodePudding user response:

To write a blog to record
Portal
http://blog.csdn.net/a958832776/article/details/72626845
  • Related