mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add transferFunction to dataplane
This commit is contained in:
@@ -224,4 +224,9 @@ size_t TransferFunction::width() {
|
||||
update();
|
||||
return _texture->width();
|
||||
}
|
||||
|
||||
void TransferFunction::bind() {
|
||||
update();
|
||||
_texture->bind();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user