summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineMetal
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-24 21:47:20 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-24 21:47:20 +0000
commitcfaf74c4d33a6a577e779e3daccb17ac12869bac (patch)
tree4bd1987c8f3847287d2fefeb53a1bd9252129100 /Graphics/GraphicsEngineMetal
parentRemoved implementation of Metal backend (diff)
downloadDiligentCore-cfaf74c4d33a6a577e779e3daccb17ac12869bac.tar.gz
DiligentCore-cfaf74c4d33a6a577e779e3daccb17ac12869bac.zip
Metal interface headers: updated copyright notice
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
-rw-r--r--Graphics/GraphicsEngineMetal/interface/BufferMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/FenceMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/QueryMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/SamplerMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/ShaderMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/TextureMtl.h4
-rw-r--r--Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h4
14 files changed, 42 insertions, 14 deletions
diff --git a/Graphics/GraphicsEngineMetal/interface/BufferMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferMtl.h
index 72ec4fd6..8cbb04d1 100644
--- a/Graphics/GraphicsEngineMetal/interface/BufferMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/BufferMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
index d799ea92..97b36dbc 100644
--- a/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
index 569fc3f8..3f4e4f01 100644
--- a/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h b/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h
index 996b01a4..afff3df7 100644
--- a/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/FenceMtl.h b/Graphics/GraphicsEngineMetal/interface/FenceMtl.h
index 562f848a..c48b4550 100644
--- a/Graphics/GraphicsEngineMetal/interface/FenceMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/FenceMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
index aaa51ca7..f9b3d4a5 100644
--- a/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/QueryMtl.h b/Graphics/GraphicsEngineMetal/interface/QueryMtl.h
index 79fbf306..fb41c46d 100644
--- a/Graphics/GraphicsEngineMetal/interface/QueryMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/QueryMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
index b23450af..115ae68e 100644
--- a/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
index 681888a2..51057dad 100644
--- a/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
index 205e5bb0..d07561e1 100644
--- a/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
index badbe093..ae58d3b9 100644
--- a/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
index edf37816..dd1e9a9b 100644
--- a/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/TextureMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureMtl.h
index 16c78d4f..da2db211 100644
--- a/Graphics/GraphicsEngineMetal/interface/TextureMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/TextureMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
index 0227bda6..988327b9 100644
--- a/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
@@ -1,4 +1,6 @@
-/* Copyright 2015-2019 Egor Yusov
+/*
+ * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.