Skip to content

Commit

Permalink
Update comment for ShaderCompiler class and update copyright
Browse files Browse the repository at this point in the history
for hpp_hello_triangle.cpp
  • Loading branch information
Seweryn-Zielas-Mobica committed Mar 11, 2024
1 parent 6cbf099 commit 87791c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/shader_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VKBP_ENABLE_WARNINGS()

namespace vkb
{
/// Helper class to generate SPIRV code from GLSL source
/// Helper class to generate SPIRV code from GLSL/HLSL source
/// A very simple version of the glslValidator application
class ShaderCompiler
{
Expand Down
2 changes: 1 addition & 1 deletion samples/api/hpp_hello_triangle/hpp_hello_triangle.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2021-2024, NVIDIA CORPORATION. All rights reserved.
/* Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2024, Mobica Limited
*
* SPDX-License-Identifier: Apache-2.0
Expand Down

0 comments on commit 87791c5

Please sign in to comment.