35 halp_meta(name,
"Inject Texture")
36 halp_meta(category,
"Visuals/3D/Scene")
37 halp_meta(c_name,
"inject_texture")
38 halp_meta(authors,
"ossia team")
41 "https://ossia.io/score-docs/processes/inject-texture.html")
42 halp_meta(uuid,
"3b8d2f7c-9a5e-4f1d-a4c6-6e2d9c4f8a1b")
48 halp_meta(name,
"Scene In");
49 ossia::scene_spec scene;
58 halp::gpu_texture_input<
"Texture"> texture;
60 struct : halp::lineedit<
"Aux name",
"">
68 halp_meta(name,
"Scene Out");
69 ossia::scene_spec scene;
77 std::shared_ptr<const ossia::scene_state> m_cached_out;
78 uint8_t m_pending_dirty{0xFF};
79 const ossia::scene_state* m_cached_in_state{};
85 int64_t m_cached_in_version{-2};
86 std::string m_cached_name;
87 void* m_cached_handle{};
88 int64_t m_version_counter{0};
Definition InjectTexture.hpp:33
Definition InjectTexture.hpp:45
Definition InjectTexture.hpp:65