updated documentation

This commit is contained in:
turanszkij
2017-04-11 22:05:49 +02:00
parent 17c19a824a
commit 4e5f3b276c
2 changed files with 19 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 KiB

After

Width:  |  Height:  |  Size: 617 KiB

+19
View File
@@ -53,6 +53,17 @@
GetFrameCount() : int
|[Collection of graphics API-agnostic rendering commands]]
[GraphicsDevice_DX11]
[GraphicsResources
|[Texture]
[GPUBuffer]
[Shader]
[GPUQuery]
[Etc...]]
[GraphicsDescriptors
|[TextureDesc]
[GPUBufferDesc]
[ViewPort]
[Etc...]]
[Transform
| ...]
@@ -66,6 +77,10 @@
| ...]
[Armature
| ...]
[Action
|...]
[AnimationLayer
|...]
[Light
| ...]
[Camera
@@ -206,6 +221,8 @@
[GraphicsDevice]<--[wiRenderer]
[GraphicsDevice]<--[wiImage]
[GraphicsDevice]<--[wiFont]
[GraphicsResources] friend - [GraphicsDevice]
[GraphicsResources]-->[GraphicsDescriptors]
[GraphicsDevice]<--[wiResourceManager]
[GraphicsDevice]<:--[GraphicsDevice_DX11]
[Scene]+->0..*[Model]
@@ -217,6 +234,8 @@
[Model]+->0..*[Material]
[Model]+->0..*[Armature]
[Armature]+->0..*[Bone]
[Armature]+->0..*[Action]
[Armature]+->0..*[AnimationLayer]
[Model]+->0..*[Light]
[Model]+->0..*[Camera]
[Model]+->0..*[EnvironmentProbe]