This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update queryResource tool to support released NV extension
This tool provides access to the GL_NV_query_resource functionality provided by the NVidia OpenGL driver (both Windows and Linux). While the tool is fully functional it is mainly meant to be sample code that can be used as a basis for a users own implementation. The main changes in this version are: - numerous changes to the extension/routine names due to the promotion of the queryResource extension from NVX to NV (and any relevant comment changes). The NVX extension has been obsoleted and is no longer supported. - rework of the returned data buffer decoding and printing. The change is mainly to emphasize the sample code aspect of the code rather than provide forward compatibility to the code for future buffer format changes (this is left to the user to implement if it is desired). There is some future compatibility support built into the extension based on the embedded record sizes, the tool will decode the portion of the records it knows about and then use the size to step over portions it doesn't know about.
- Loading branch information
U-NVIDIA.COM\klefebvre
committed
Sep 11, 2017
1 parent
c73f84f
commit 8bd0f86
Showing
6 changed files
with
178 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.