#include <kanzi/core.ui/graphics/color_workflow.hpp>
#include <kanzi/core.ui/platform/graphics_context/common/kzs_surface_configuration.h>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/math/matrix4x4.hpp>
Classes | |
class | kanzi::GLGraphicsOutput |
GLGraphicsOutput class. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::GLGraphicsOutputSharedPtr = shared_ptr< GLGraphicsOutput > |
GLGraphicsOutput shared pointer type. More... | |
Functions | |
KZ_NO_DISCARD Matrix4x4 | kanzi::calculateOrdinaryGLTargetTransformationMatrix (unsigned int width, unsigned int height) noexcept |
Calculates the ordinary target transformation matrix for GLGraphicsOutput. More... | |