Cleanup: use our own conventions for tags in comments
This commit is contained in:
@@ -370,7 +370,7 @@ static void print_interface(std::ostream &os,
|
||||
const StageInterfaceInfo &iface,
|
||||
const StringRefNull &suffix = "")
|
||||
{
|
||||
/* TODO(fclem) Move that to interface check. */
|
||||
/* TODO(@fclem): Move that to interface check. */
|
||||
// if (iface.instance_name.is_empty()) {
|
||||
// BLI_assert_msg(0, "Interfaces require an instance name for geometry shader.");
|
||||
// std::cout << iface.name << ": Interfaces require an instance name for geometry shader.\n";
|
||||
|
||||
Reference in New Issue
Block a user