mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Diffs= abc5cb40b7 Renderer shader hotloading (#8848) Co-authored-by: klingerj <16977116+klingerj@users.noreply.github.com>
10 lines
123 B
C++
10 lines
123 B
C++
/*
|
|
* Copyright 2025 Rive
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "rive/span.hpp"
|
|
|
|
rive::Span<const uint32_t> loadNewShaderFileData();
|