Skip to content

Commit

Permalink
Updated roamlinks to be foam compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
erichederstedt committed Jan 26, 2024
1 parent 73e22bc commit b769052
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions docs/API Reference/D3D11 API/Structures/ConstantBuffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Defines the constantbuffer abstraction.


### Associated functions
[CreateConstantBuffer](CreateConstantBuffer.md)
[UpdateConstantBuffer](UpdateConstantBuffer.md)
[SetConstantBuffer](SetConstantBuffer.md)
[[CreateConstantBuffer]]
[[UpdateConstantBuffer]]
[[SetConstantBuffer]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/DirectionalLight.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Defines a directionallight.


### Associated functions
[SetDirectionalLight](SetDirectionalLight.md)
[ClearLights](ClearLights.md)
[[SetDirectionalLight]]
[[ClearLights]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/Font.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Defines the font abstraction.


### Associated functions
[CreateFont](CreateFont.md)
[DrawFont](DrawFont.md)
[[CreateFont]]
[[DrawFont]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Defines the line abstraction.


### Associated functions
[DrawLineArray](DrawLineArray.md)
[DrawLine](DrawLine.md)
[[DrawLineArray]]
[[DrawLine]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/Material.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Defines the material abstraction.


### Associated functions
[CreateMaterial](CreateMaterial.md)
[SetMaterial](SetMaterial.md)
[[CreateMaterial]]
[[SetMaterial]]
6 changes: 3 additions & 3 deletions docs/API Reference/D3D11 API/Structures/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Defines the model abstraction.


### Associated functions
[LoadModel](LoadModel.md)
[DrawModel](DrawModel.md)
[DrawModelInstanced](DrawModelInstanced.md)
[[LoadModel]]
[[DrawModel]]
[[DrawModelInstanced]]
6 changes: 3 additions & 3 deletions docs/API Reference/D3D11 API/Structures/PointLight.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Defines a pointlight.


### Associated functions
[AddPointLight](AddPointLight.md)
[RemovePointLight](RemovePointLight.md)
[ClearLights](ClearLights.md)
[[AddPointLight]]
[[RemovePointLight]]
[[ClearLights]]
12 changes: 6 additions & 6 deletions docs/API Reference/D3D11 API/Structures/RenderTarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[[CreateRenderTarget]]
[[ResizeRenderTarget]]
[[SetRenderTarget]]
[[UnsetRenderTarget]]
[[ClearRenderTarget]]
[[DrawRenderTargetToBackbuffer]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/Sampler.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Defines the sample abstraction.


### Associated functions
[CreateSamplerState](CreateSamplerState.md)
[SetSamplerState](SetSamplerState.md)
[[CreateSamplerState]]
[[SetSamplerState]]
4 changes: 2 additions & 2 deletions docs/API Reference/D3D11 API/Structures/Shader.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Defines the shader abstraction.


### Associated functions
[CreateShader](CreateShader.md)
[SetShader](SetShader.md)
[[CreateShader]]
[[SetShader]]
6 changes: 3 additions & 3 deletions docs/API Reference/D3D11 API/Structures/SpotLight.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Defines a spotlight.


### Associated functions
[AddSpotLight](AddSpotLight.md)
[RemoveSpotLight](RemoveSpotLight.md)
[ClearLights](ClearLights.md)
[[AddSpotLight]]
[[RemoveSpotLight]]
[[ClearLights]]
6 changes: 3 additions & 3 deletions docs/API Reference/D3D11 API/Structures/Sprite.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Defines the sprite abstraction.


### Associated functions
[CreateSprite](CreateSprite.md)
[DrawSpriteResolutionWorldSpace](DrawSpriteResolutionWorldSpace.md)
[DrawSpriteResolutionSpace](DrawSpriteResolutionSpace.md)
[[CreateSprite]]
[[DrawSpriteResolutionWorldSpace]]
[[DrawSpriteResolutionSpace]]
8 changes: 4 additions & 4 deletions docs/API Reference/D3D11 API/Structures/Texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

0 comments on commit b769052

Please sign in to comment.