We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b80bfb commit 55e4409Copy full SHA for 55e4409
src/gui/imgui_window.cpp
@@ -605,7 +605,7 @@ class ImGuiWindow::Impl {
605
auto clip_idx = static_cast<uint>(_clip_rects.size());
606
_clip_rects.emplace_back(make_float4(clip_min, clip_max));
607
auto tex_id = [this, cmd] {
608
- auto t = cmd->TexRef._TexID;
+ auto t = cmd->GetTexID();
609
if (t != 0u && !_active_textures.contains(t)) {
610
LUISA_WARNING_WITH_LOCATION(
611
"Using an unregistered texture (id = {}). "
0 commit comments