| 403 | {KHR_LIGHTS_PUNCTUAL_EXTENSION, false}}; |
| 404 | |
| 405 | GLTFLoader::GLTFLoader(vkb::core::DeviceC &device) : |
| 406 | device{device} |
| 407 | { |
| 408 | } |
| 409 | |
| 410 | std::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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected