Boron 2.1.0
UBindTarget Struct Reference

Holds information for binding functions. More...

Data Fields

const UBufferctx
 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.
 

Detailed Description

Holds information for binding functions.

Field Documentation

◆ bindType

int UBindTarget::bindType

Binding type to make.

UR_BIND_THREAD, UR_BIND_ENV, etc.

◆ ctxN

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.


The documentation for this struct was generated from the following files: