MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / valid

Method valid

src/visualizer/gui/gui_manager.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 glm::ivec2 render_size{0};
363
364 [[nodiscard]] bool valid() const {
365 return viewport != nullptr && size.x > 0.0f && size.y > 0.0f &&
366 render_size.x > 0 && render_size.y > 0;
367 }
368 };
369
370 [[nodiscard]] glm::vec4 guideColor(const ImVec4& color, const float alpha) {

Callers 12

addResolvedVulkanPanelFunction · 0.45
buildViewportGizmoLayoutFunction · 0.45
launchDevResourceScanMethod · 0.45
shutdownMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected