From be8197db1cd99a33882ced645bf988c188ded594 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 7 Mar 2021 18:12:24 -0800 Subject: OpenGL backend: reorganized headers, removed signature methods implemented by the base class --- doc/CodingGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/CodingGuidelines.md') diff --git a/doc/CodingGuidelines.md b/doc/CodingGuidelines.md index 316f5af8..48f4abcc 100644 --- a/doc/CodingGuidelines.md +++ b/doc/CodingGuidelines.md @@ -70,7 +70,7 @@ Example: #include "DeviceContextD3D12.hpp" // 5 - Headers of the object implementations -#include "RenderDeviceD3D12Impl.hpp" +#include "RenderDeviceD3D12Impl.hpp" // Render device always goes first, if any #include "PipelineStateD3D12Impl.hpp" #include "TextureD3D12Impl.hpp" #include "BufferD3D12Impl.hpp" -- cgit v1.2.3