Skip to content

Commit 21ce666

Browse files
Updated readme
1 parent 8fd5383 commit 21ce666

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

Graphics/GraphicsTools/readme.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ OpenGL and OpenGLES as well as basic platform-specific utilities.
1717

1818
| Project | Description |
1919
|------------------------------------------------------------------|-------------------|
20-
| [Common](Common) | common functionality such as file wrapper, logging, debug utilities etc. |
20+
| [Primitives](Primitives) | definition of basic types (Int32, Int16, Uint32, etc.) and interfaces (IObject, IReferenceCounters, etc.) |
21+
| [Common](Common) | common functionality such as file wrapper, logging, debug utilities, etc. |
22+
| [Graphics/GraphicsAccessories](Graphics/GraphicsAccessories) | basic graphics accessories used by all implementations |
2123
| [Graphics/GraphicsEngine](Graphics/GraphicsEngine) | platform-independent base functionality |
2224
| [Graphics/GraphicsEngineD3DBase](Graphics/GraphicsEngineD3DBase) | base functionality for D3D11/D3D12 implementations |
2325
| [Graphics/GraphicsEngineD3D11](Graphics/GraphicsEngineD3D11) | engine implementation with Direct3D11 |
2426
| [Graphics/GraphicsEngineD3D12](Graphics/GraphicsEngineD3D12) | engine implementation with Direct3D12 |
2527
| [Graphics/GraphicsEngineOpenGL](Graphics/GraphicsEngineOpenGL) | engine implementation with OpenGL/GLES |
26-
| [Graphics/GraphicsTools](Graphics/GraphicsTools) | basic graphics utilities |
28+
| [Graphics/GraphicsTools](Graphics/GraphicsTools) | graphics utilities build on top of core interfaces (definitions of commonly used states, texture uploaders, etc.) |
2729
| [Graphics/HLSL2GLSLConverterLib](Graphics/HLSL2GLSLConverterLib) | HLSL to GLSL source code converter library |
2830
| [Platforms/Basic](Platforms/Basic) | defines interface for platform-specific routines and implements some common functionality |
2931
| [Platforms/Android](Platforms/Android) | implementation of platform-specific routines on Android |
3032
| [Platforms/UWP](Platforms/UWP) | implementation of platform-specific routines on Universal Windows platform |
3133
| [Platforms/Win32](Platforms/Win32) | implementation of platform-specific routines on Win32 platform |
34+
| [Platforms/Linux](Platforms/Linux) | implementation of platform-specific routines on Linux platform |
3235
| External/glew | cross-platform library for loading OpenGL extensions |
3336

3437

0 commit comments

Comments
 (0)