QmlMaterial 0.1.0
Loading...
Searching...
No Matches
texture_cache.h
1#pragma once
2
3#include <QSGTexture>
4#include <QQuickWindow>
5
6namespace qml_material::sg
7{
8
12QSGTexture* shared_blur_profile_texture(QQuickWindow* win);
13
17QSGTexture* shared_shadow_fadeoff_texture(QQuickWindow* win);
18
22QSGTexture* shared_rrect_corner_blur_texture(QQuickWindow* win, float sigma, float radius);
23
24} // namespace qml_material::sg