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

Class AnimationSampler

framework/scene_graph/scripts/animation.h:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47struct AnimationSampler
48{
49 AnimationType type{Linear};
50
51 std::vector<float> inputs{};
52
53 std::vector<glm::vec4> outputs{};
54};
55
56struct AnimationChannel
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected