diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-24 21:47:20 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-24 21:47:20 +0000 |
| commit | cfaf74c4d33a6a577e779e3daccb17ac12869bac (patch) | |
| tree | 4bd1987c8f3847287d2fefeb53a1bd9252129100 /Graphics/GraphicsEngineMetal | |
| parent | Removed implementation of Metal backend (diff) | |
| download | DiligentCore-cfaf74c4d33a6a577e779e3daccb17ac12869bac.tar.gz DiligentCore-cfaf74c4d33a6a577e779e3daccb17ac12869bac.zip | |
Metal interface headers: updated copyright notice
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
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. |
