You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently HDMA allows you to update whole structs in the same command. While this is very powerful, it is also a pain if you want to update a single value instead.
Currently HDMA allows you to update whole structs in the same command. While this is very powerful, it is also a pain if you want to update a single value instead.
It should switch to being just single values.