implement selection mask with lasso tool
This commit is contained in:
@@ -16,6 +16,7 @@ enum class kShaderUniform : uint16_t
|
||||
Tof = const_hash("tof"),
|
||||
Tsz = const_hash("tsz"),
|
||||
Alpha = const_hash("alpha"),
|
||||
Mask = const_hash("mask"),
|
||||
Resolution = const_hash("resolution"),
|
||||
Highlight = const_hash("highlight"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user