Handle cases where vector components are accessed with dynamic index ([] notation). A bit ugly hack because compiled HLSL uses byte offsets to access data in structs => we are converting the offset back to vector component index in runtime => calculating stuff back and forth. TODO: Would be better to eliminate the offset calculation ops and use indexes straight on. Could be tricky though...
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected