A lot of such a kind of error.s If I change reinterpret_cast(.....->ID) to (ImTextureID)(.....->ID), compile ok but run crashed with "Segmentation fault".
error: invalid cast from type ‘GLuint’ {aka ‘unsigned int’} to type ‘ImTextureID’ {aka ‘long long unsigned int’}
37 | ImGui::Image(reinterpret_cast(this->renderPassResult->ID), imageSize, ImVec2(0, 1),ImVec2(1, 0));