diff --git a/framework/shader_compiler.h b/framework/shader_compiler.h index ad6e41255..789fd3d11 100644 --- a/framework/shader_compiler.h +++ b/framework/shader_compiler.h @@ -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 { diff --git a/samples/api/hpp_hello_triangle/hpp_hello_triangle.cpp b/samples/api/hpp_hello_triangle/hpp_hello_triangle.cpp index 6a2dc97d5..2ce77760a 100644 --- a/samples/api/hpp_hello_triangle/hpp_hello_triangle.cpp +++ b/samples/api/hpp_hello_triangle/hpp_hello_triangle.cpp @@ -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