Bulk update nvpro-samples 03/07/23
This commit is contained in:
parent
525becc66c
commit
76c602f568
2 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2014-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -196,8 +196,8 @@ void HelloVulkan::loadScene(const std::string& filename)
|
|||
{
|
||||
assert(!"Error while loading scene");
|
||||
}
|
||||
LOGW(warn.c_str());
|
||||
LOGE(error.c_str());
|
||||
LOGW("%s", warn.c_str());
|
||||
LOGE("%s", error.c_str());
|
||||
|
||||
|
||||
m_gltfScene.importMaterials(tmodel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue