adding xmake rule to check file, fixing headers year

This commit is contained in:
2025-01-26 12:52:10 +01:00
parent 6a40074c08
commit 16d029b59c
49 changed files with 239 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

3
Sources/Backends/Vulkan/VulkanComputePass.h git.filemode.normal_file
View File

@@ -0,0 +1,3 @@
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE
@@ -90,7 +90,7 @@ VulkanDescriptorSetLayout* VulkanGetDescriptorSetLayout(VulkanDescriptorSetLayou
{
bindings[i].binding = i;
bindings[i].descriptorCount = 1;
bindings[i].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC;
bindings[i].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
bindings[i].stageFlags = VK_SHADER_STAGE_COMPUTE_BIT;
bindings[i].pImmutableSamplers = PULSE_NULLPTR;
}

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,6 +1,6 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// conditions of distribution and use, see copyright notice in LICENSE
// For conditions of distribution and use, see copyright notice in LICENSE
#include "Pulse.h"
#include "PulseDefs.h"

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2024 kanel
// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE