Skip to content

Commit 978980d

Browse files
authored
Update unconventional single column table in Concurrency::graphics::direct3d namespace reference
1 parent 45fdb38 commit 978980d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/parallel/amp/reference/concurrency-graphics-direct3d-namespace.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ namespace direct3d;
1919

2020
### Functions
2121

22-
|Name<br /><br /> Description|
23-
|--------------------------|
24-
|[get_sampler](concurrency-graphics-direct3d-namespace-functions.md#get_sampler)<br /><br /> Get the Direct3D sampler state interface on the given accelerator view that represents the specified sampler object.|
25-
|[get_texture](concurrency-graphics-direct3d-namespace-functions.md#get_texture)<br /><br /> Gets the Direct3D texture interface underlying the specified [texture](texture-class.md) object.|
26-
|[make_sampler](concurrency-graphics-direct3d-namespace-functions.md#make_sampler)<br /><br /> Create a sampler from a Direct3D sampler state interface pointer.|
27-
|[make_texture](concurrency-graphics-direct3d-namespace-functions.md#make_texture)<br /><br /> Creates a [texture](texture-class.md) object by using the specified parameters.|
28-
|[msad4](concurrency-graphics-direct3d-namespace-functions.md#msad4)<br /><br /> Compares a 4-byte reference value and an 8-byte source value and accumulates a vector of 4 sums.|
22+
|Name|Description|
23+
|----------|-----------------|
24+
|[get_sampler](concurrency-graphics-direct3d-namespace-functions.md#get_sampler)|Get the Direct3D sampler state interface on the given accelerator view that represents the specified sampler object.|
25+
|[get_texture](concurrency-graphics-direct3d-namespace-functions.md#get_texture)|Gets the Direct3D texture interface underlying the specified [texture](texture-class.md) object.|
26+
|[make_sampler](concurrency-graphics-direct3d-namespace-functions.md#make_sampler)|Create a sampler from a Direct3D sampler state interface pointer.|
27+
|[make_texture](concurrency-graphics-direct3d-namespace-functions.md#make_texture)|Creates a [texture](texture-class.md) object by using the specified parameters.|
28+
|[msad4](concurrency-graphics-direct3d-namespace-functions.md#msad4)|Compares a 4-byte reference value and an 8-byte source value and accumulates a vector of 4 sums.|
2929

3030
## Requirements
3131

0 commit comments

Comments
 (0)