From 6d543afe148f670ac4b1a9dde61b9dc7cdab955c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 19 Oct 2011 18:02:33 -0700 Subject: Add a top-level apitrace program. This is intended to eventually be a program which will provide access to all apitrace functionality (tracing, trimming, replaying, analyzing, launch the gui, etc.). To start with it implements only the stub "apitrace help" command so there's not any real functionality here yet. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 95b78fec..c8ac0baa 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ _CPack_Packages CMakeCache.txt CMakeFiles Makefile +apitrace build cgltrace.cpp d3d10trace.cpp -- cgit v1.2.3