2929///
3030/// The latest version of the API is publicly hosted here: https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK/.
3131/// 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
3235///
3336/// What's new in AGS 5.0 since version 4.x
3437/// ---------------------------------------
@@ -418,7 +421,9 @@ AMD_AGS_API AGSReturnCode agsSetDisplayMode( AGSContext* context, int deviceInde
418421/// @{
419422
420423///
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.
422427///
423428/// \param [in] context Pointer to a context. This is generated by \ref agsInit
424429/// \param [in] device The D3D12 device.
@@ -445,7 +450,10 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX12_DeInit( AGSContext* context );
445450/// @{
446451
447452///
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.
449457///
450458/// \param [in] context Pointer to a context. This is generated by \ref agsInit
451459/// \param [in] device The D3D11 device.
@@ -618,8 +626,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndir
618626/// @}
619627
620628/// \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.
623632/// @{
624633
625634///
@@ -660,7 +669,9 @@ AMD_AGS_API AGSReturnCode agsDriverExtensionsDX11_SetDiskShaderCacheEnabled( AGS
660669/// @}
661670
662671/// \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.
664675/// @{
665676
666677///
0 commit comments