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

Method GLTFLoader

framework/gltf_loader.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 {KHR_LIGHTS_PUNCTUAL_EXTENSION, false}};
404
405GLTFLoader::GLTFLoader(vkb::core::DeviceC &device) :
406 device{device}
407{
408}
409
410std::unique_ptr<vkb::scene_graph::SceneC> GLTFLoader::read_scene_from_file(const std::string &file_name, int scene_index, VkBufferUsageFlags additional_buffer_usage_flags)
411{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected