Skip to content

Commit

Permalink
Added fwlink
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 29, 2020
1 parent f8a06f8 commit bd70b8e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# https://github.com/walbourn/dxcapsviewer
# https://go.microsoft.com/fwlink/?linkid=2136896

cmake_minimum_required (VERSION 3.11)

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
![DirectX Logo](https://github.com/microsoft/DxCapsViewer/wiki/Dx_Logo.gif)

# DirectX Capabilities Viewer

https://go.microsoft.com/fwlink/?linkid=2136896

Copyright (c) Microsoft Corporation. All rights reserved.

This developer utility was originally shipped in the DirectX SDK, and then in 2012 was moved to the Windows 8 SDK, Windows 8.1 SDK, and Windows 10 SDK. The tool is designed to allow developers to explore the Direct3D capabilities exposed by the hardware/software/drivers on their system.
Expand All @@ -8,10 +12,14 @@ This developer utility was originally shipped in the DirectX SDK, and then in 20

This project is set up to use CMake with the Ninja generation via VS 2019's CMake integration. It is currently set up to require the Windows 10 SDK (19041) headers, but will run on Windows 7 SP1 or later.

# Documentation

Documentation is available on the [GitHub wiki](https://github.com/microsoft/DxCapsViewer/wiki).

## Notices

All content and source code for this package are subject to the terms of the [MIT License](http://opensource.org/licenses/MIT).

For the latest version of this tool, bug reports, etc. please visit the project site on [GitHub](https://github.com/walbourn/dxcapsviewer/).
For the latest version of this tool, bug reports, etc. please visit the project site on [GitHub](https://github.com/microsoft/DxCapsViewer).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
3 changes: 3 additions & 0 deletions ddraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer for DirectDraw
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include "dxview.h"

Expand Down
3 changes: 3 additions & 0 deletions dxg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer for Direct3D
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include "dxview.h"
#include <d3d9.h>
Expand Down
3 changes: 3 additions & 0 deletions dxgi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer for DXGI (Direct3D 10.x / 11.x / 12.0)
//
// Copyright Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include "dxview.h"

Expand Down
3 changes: 3 additions & 0 deletions dxprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer Printing Support
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include "dxview.h"

Expand Down
3 changes: 3 additions & 0 deletions dxview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer (Main program)
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include "dxview.h"

Expand Down
3 changes: 3 additions & 0 deletions dxview.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// Desc: DirectX Capabilities Viewer Common Header
//
// Copyright (c) Microsoft Corporation. All Rights Reserved.
// Licensed under the MIT License.
//
// https://go.microsoft.com/fwlink/?linkid=2136896
//-----------------------------------------------------------------------------
#include <Windows.h>
#include <mmsystem.h>
Expand Down

0 comments on commit bd70b8e

Please sign in to comment.