log: replace all NGLOG with LOG
This commit is contained in:
@@ -48,7 +48,7 @@ void PrimitiveAssembler<VertexType>::SubmitVertex(const VertexType& vtx,
|
||||
break;
|
||||
|
||||
default:
|
||||
NGLOG_ERROR(HW_GPU, "Unknown triangle topology {:x}:", (int)topology);
|
||||
LOG_ERROR(HW_GPU, "Unknown triangle topology {:x}:", (int)topology);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user