Skip to content

Commit

Permalink
Remove unnecessary copyright year updates and add missing blank line
Browse files Browse the repository at this point in the history
in "dynamic_uniform_buffers.cpp"
  • Loading branch information
Seweryn-Zielas-Mobica committed Feb 27, 2024
1 parent bd25ef9 commit 00dd13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/platform/plugins/plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2020-2024, Arm Limited and Contributors
/* Copyright (c) 2020-2021, Arm Limited and Contributors
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ void DynamicUniformBuffers::prepare_pipelines()

// Load shaders
std::array<VkPipelineShaderStageCreateInfo, 2> shader_stages;

shader_stages[0] = load_shader("dynamic_uniform_buffers/base.vert", VK_SHADER_STAGE_VERTEX_BIT);
shader_stages[1] = load_shader("dynamic_uniform_buffers/base.frag", VK_SHADER_STAGE_FRAGMENT_BIT);

Expand Down
2 changes: 1 addition & 1 deletion samples/api/oit_linked_lists/oit_linked_lists.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2024, Google
/* Copyright (c) 2023, Google
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down

0 comments on commit 00dd13d

Please sign in to comment.