29
29
///
30
30
/// The latest version of the API is publicly hosted here: https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/.
31
31
/// It is also worth checking http://gpuopen.com/gaming-product/amd-gpu-services-ags-library/ for any updates and articles on AGS.
32
+ /// \internal
33
+ /// Online documentation is publicly hosted here: http://gpuopen-librariesandsdks.github.io/ags/
34
+ /// \endinternal
32
35
///
33
36
/// What's new in AGS 5.0 since version 4.x
34
37
/// ---------------------------------------
@@ -418,7 +421,9 @@ AMD_AGS_API AGSReturnCode agsSetDisplayMode( AGSContext* context, int deviceInde
418
421
/// @{
419
422
420
423
///
421
- /// Function used to initialize the AMD-specific driver extensions for D3D12
424
+ /// Function used to initialize the AMD-specific driver extensions for D3D12.
425
+ /// D3D12 extensions are supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
426
+ /// Newer extensions may require more recent versions of the driver. Check support with extensionsSupported.
422
427
///
423
428
/// \param [in] context Pointer to a context. This is generated by \ref agsInit
424
429
/// \param [in] device The D3D12 device.
@@ -445,7 +450,10 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_DeInit( AGSContext* context );
445
450
/// @{
446
451
447
452
///
448
- /// Function used to initialize the AMD-specific driver extensions for D3D11
453
+ /// Function used to initialize the AMD-specific driver extensions for D3D11.
454
+ /// Shader intrinsics are supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
455
+ /// The multiview extension requires Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) or later.
456
+ /// Newer extensions may require more recent versions of the driver. Check support with extensionsSupported.
449
457
///
450
458
/// \param [in] context Pointer to a context. This is generated by \ref agsInit
451
459
/// \param [in] device The D3D11 device.
@@ -618,8 +626,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndir
618
626
/// @}
619
627
620
628
/// \defgroup shadercompiler Shader Compiler Controls
621
- /// API for controlling DirectX11 shader compilation
622
- /// Check support for this feature using the AGS_DX11_EXTENSION_CREATE_SHADER_CONTROLS bit. Supported in 16.9.2 onwards.
629
+ /// API for controlling DirectX11 shader compilation.
630
+ /// Check support for this feature using the AGS_DX11_EXTENSION_CREATE_SHADER_CONTROLS bit.
631
+ /// Supported in Radeon Software Crimson Edition 16.9.2 (driver version 16.40.2311) onwards.
623
632
/// @{
624
633
625
634
///
@@ -660,7 +669,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_SetDiskShaderCacheEnabled( AGS
660
669
/// @}
661
670
662
671
/// \defgroup multiview Multiview
663
- /// API for multiview broadcasting
672
+ /// API for multiview broadcasting.
673
+ /// Check support for this feature using the AGS_DX11_EXTENSION_MULTIVIEW bit.
674
+ /// Supported in Radeon Software Crimson ReLive Edition 16.12.1 (driver version 16.50.2001) onwards.
664
675
/// @{
665
676
666
677
///
0 commit comments