C

Qt Quick Ultralite traveo_t2g_effects Example

// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial

#pragma once

#include <cygfx_driver_api.h>
#include <cygfx_basetypes.h>

#include <stdio.h>
#include <ut_class_surface.h>

#include <platforminterface/texture.h>

namespace CyGfx {

CYGFX_SM_FORMAT convertFormat(Qul::PixelFormat format);
void loadSurface(CSurface<1> *surface, const Qul::PlatformInterface::Texture &texture);

} // namespace CyGfx