mat | Material to bind this stack on. |
Try to bind this texture stack to a Material so it can be used for sampling the VT.
Try to bind this texture stack to a Material so it can be used for sampling the VT. This will try to bind the needed resources but because of thread scheduling, some might not be available at this time. If binding was not successfull an exception will be thrown and you should try again at a later time (for example next frame). Rendering with the material if this function return False is undefined.