Data Fields | |
| const UBuffer * | ctx | 
| Context buffer to lookup words in.  | |
| UIndex | ctxN | 
| Words in the block which are found in the UBindTarget::ctx will have their UCell.word.ctx set to this identifier.   | |
| int | bindType | 
| Binding type to make.   | |
| UIndex UBindTarget::ctxN | 
Words in the block which are found in the UBindTarget::ctx will have their UCell.word.ctx set to this identifier.
For bindType UR_BIND_THREAD and UR_BIND_ENV this will reference the UBindTarget::ctx buffer in the appropriate dataStore. Other binding types may use this value differently. 
Binding type to make.
UR_BIND_THREAD, UR_BIND_ENV, etc.