MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / AnimationChannel

Class AnimationChannel

framework/scene_graph/scripts/animation.h:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56struct AnimationChannel
57{
58 vkb::scene_graph::NodeC &node;
59
60 AnimationTarget target;
61
62 AnimationSampler sampler;
63};
64
65class Animation : public Script
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected