diff --git a/docs/API Reference/D3D11 API/Structures/ConstantBuffer.md b/docs/API Reference/D3D11 API/Structures/ConstantBuffer.md index a1f64ee4..44248f58 100644 --- a/docs/API Reference/D3D11 API/Structures/ConstantBuffer.md +++ b/docs/API Reference/D3D11 API/Structures/ConstantBuffer.md @@ -12,6 +12,6 @@ Defines the constantbuffer abstraction. ### Associated functions -[CreateConstantBuffer](CreateConstantBuffer.md) -[UpdateConstantBuffer](UpdateConstantBuffer.md) -[SetConstantBuffer](SetConstantBuffer.md) +[[CreateConstantBuffer]] +[[UpdateConstantBuffer]] +[[SetConstantBuffer]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/DirectionalLight.md b/docs/API Reference/D3D11 API/Structures/DirectionalLight.md index 72478bac..3476a499 100644 --- a/docs/API Reference/D3D11 API/Structures/DirectionalLight.md +++ b/docs/API Reference/D3D11 API/Structures/DirectionalLight.md @@ -12,5 +12,5 @@ Defines a directionallight. ### Associated functions -[SetDirectionalLight](SetDirectionalLight.md) -[ClearLights](ClearLights.md) \ No newline at end of file +[[SetDirectionalLight]] +[[ClearLights]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/Font.md b/docs/API Reference/D3D11 API/Structures/Font.md index feb9e5aa..c9c63cba 100644 --- a/docs/API Reference/D3D11 API/Structures/Font.md +++ b/docs/API Reference/D3D11 API/Structures/Font.md @@ -15,5 +15,5 @@ Defines the font abstraction. ### Associated functions -[CreateFont](CreateFont.md) -[DrawFont](DrawFont.md) +[[CreateFont]] +[[DrawFont]] diff --git a/docs/API Reference/D3D11 API/Structures/Line.md b/docs/API Reference/D3D11 API/Structures/Line.md index d0370f6e..6dba7c7e 100644 --- a/docs/API Reference/D3D11 API/Structures/Line.md +++ b/docs/API Reference/D3D11 API/Structures/Line.md @@ -13,5 +13,5 @@ Defines the line abstraction. ### Associated functions -[DrawLineArray](DrawLineArray.md) -[DrawLine](DrawLine.md) +[[DrawLineArray]] +[[DrawLine]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/Material.md b/docs/API Reference/D3D11 API/Structures/Material.md index be47a41f..2e21e63d 100644 --- a/docs/API Reference/D3D11 API/Structures/Material.md +++ b/docs/API Reference/D3D11 API/Structures/Material.md @@ -17,5 +17,5 @@ Defines the material abstraction. ### Associated functions -[CreateMaterial](CreateMaterial.md) -[SetMaterial](SetMaterial.md) +[[CreateMaterial]] +[[SetMaterial]] diff --git a/docs/API Reference/D3D11 API/Structures/Model.md b/docs/API Reference/D3D11 API/Structures/Model.md index 9416193a..1f669c93 100644 --- a/docs/API Reference/D3D11 API/Structures/Model.md +++ b/docs/API Reference/D3D11 API/Structures/Model.md @@ -20,6 +20,6 @@ Defines the model abstraction. ### Associated functions -[LoadModel](LoadModel.md) -[DrawModel](DrawModel.md) -[DrawModelInstanced](DrawModelInstanced.md) +[[LoadModel]] +[[DrawModel]] +[[DrawModelInstanced]] diff --git a/docs/API Reference/D3D11 API/Structures/PointLight.md b/docs/API Reference/D3D11 API/Structures/PointLight.md index abb8aa3e..e97772c7 100644 --- a/docs/API Reference/D3D11 API/Structures/PointLight.md +++ b/docs/API Reference/D3D11 API/Structures/PointLight.md @@ -16,6 +16,6 @@ Defines a pointlight. ### Associated functions -[AddPointLight](AddPointLight.md) -[RemovePointLight](RemovePointLight.md) -[ClearLights](ClearLights.md) +[[AddPointLight]] +[[RemovePointLight]] +[[ClearLights]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/RenderTarget.md b/docs/API Reference/D3D11 API/Structures/RenderTarget.md index f519b369..d79793f8 100644 --- a/docs/API Reference/D3D11 API/Structures/RenderTarget.md +++ b/docs/API Reference/D3D11 API/Structures/RenderTarget.md @@ -16,9 +16,9 @@ Defines the rendertarget abstraction. ### Associated functions -[CreateRenderTarget](CreateRenderTarget.md) -[ResizeRenderTarget](ResizeRenderTarget.md) -[SetRenderTarget](SetRenderTarget.md) -[UnsetRenderTarget](UnsetRenderTarget.md) -[ClearRenderTarget](ClearRenderTarget.md) -[DrawRenderTargetToBackbuffer](DrawRenderTargetToBackbuffer.md) \ No newline at end of file +[[CreateRenderTarget]] +[[ResizeRenderTarget]] +[[SetRenderTarget]] +[[UnsetRenderTarget]] +[[ClearRenderTarget]] +[[DrawRenderTargetToBackbuffer]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/Sampler.md b/docs/API Reference/D3D11 API/Structures/Sampler.md index 0206f07b..9f7332b5 100644 --- a/docs/API Reference/D3D11 API/Structures/Sampler.md +++ b/docs/API Reference/D3D11 API/Structures/Sampler.md @@ -11,5 +11,5 @@ Defines the sample abstraction. ### Associated functions -[CreateSamplerState](CreateSamplerState.md) -[SetSamplerState](SetSamplerState.md) +[[CreateSamplerState]] +[[SetSamplerState]] diff --git a/docs/API Reference/D3D11 API/Structures/Shader.md b/docs/API Reference/D3D11 API/Structures/Shader.md index df5f86a7..19e209f8 100644 --- a/docs/API Reference/D3D11 API/Structures/Shader.md +++ b/docs/API Reference/D3D11 API/Structures/Shader.md @@ -13,5 +13,5 @@ Defines the shader abstraction. ### Associated functions -[CreateShader](CreateShader.md) -[SetShader](SetShader.md) +[[CreateShader]] +[[SetShader]] diff --git a/docs/API Reference/D3D11 API/Structures/SpotLight.md b/docs/API Reference/D3D11 API/Structures/SpotLight.md index c26c539e..c4d698cc 100644 --- a/docs/API Reference/D3D11 API/Structures/SpotLight.md +++ b/docs/API Reference/D3D11 API/Structures/SpotLight.md @@ -17,6 +17,6 @@ Defines a spotlight. ### Associated functions -[AddSpotLight](AddSpotLight.md) -[RemoveSpotLight](RemoveSpotLight.md) -[ClearLights](ClearLights.md) +[[AddSpotLight]] +[[RemoveSpotLight]] +[[ClearLights]] \ No newline at end of file diff --git a/docs/API Reference/D3D11 API/Structures/Sprite.md b/docs/API Reference/D3D11 API/Structures/Sprite.md index 760871bc..bb61c0b1 100644 --- a/docs/API Reference/D3D11 API/Structures/Sprite.md +++ b/docs/API Reference/D3D11 API/Structures/Sprite.md @@ -17,6 +17,6 @@ Defines the sprite abstraction. ### Associated functions -[CreateSprite](CreateSprite.md) -[DrawSpriteResolutionWorldSpace](DrawSpriteResolutionWorldSpace.md) -[DrawSpriteResolutionSpace](DrawSpriteResolutionSpace.md) +[[CreateSprite]] +[[DrawSpriteResolutionWorldSpace]] +[[DrawSpriteResolutionSpace]] diff --git a/docs/API Reference/D3D11 API/Structures/Texture.md b/docs/API Reference/D3D11 API/Structures/Texture.md index 7fe62885..f7a525a1 100644 --- a/docs/API Reference/D3D11 API/Structures/Texture.md +++ b/docs/API Reference/D3D11 API/Structures/Texture.md @@ -14,7 +14,7 @@ Defines the texture abstraction. ### Associated functions -[CreateTexture](CreateTexture.md) -[LoadTexture](LoadTexture.md) -[SetTexture](SetTexture.md) -[UnsetTexture](UnsetTexture.md) +[[CreateTexture]] +[[LoadTexture]] +[[SetTexture]] +[[UnsetTexture]]