From 87639bca608d47bc8143d95edd9cd64f7d8a6438 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Mon, 26 Aug 2013 22:25:02 -0700 Subject: [PATCH] Update readme.txt shorten command-line parameter explanation and remove non-functional parameters --- readme.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index 9e96a1ca3..9135907f1 100644 --- a/readme.txt +++ b/readme.txt @@ -54,13 +54,11 @@ There are some command-line options, you can see using the --help option. For ex [--benchmark] Run benchmark and export results to file [--maxFrameCount=] Run the benchmark for frames [--dump_timings] Print the profile timings to console -[--disable_opencl] Don't use OpenCL (ignore this option for now) -[--cl_device=] Choose a certain OpenCL device, if the platform has more than 0 devices -[--cl_platform=] Choose a certain OpenCL platform, if the machine has multiple platforms -[--disable_cached_cl_kernels] Disable loading cached binary OpenCL kernels, useful for CodeXL debugging -[--x_dim=] Change default demo settings (same for y, z and x_gap etc) +[--cl_device=] Choose a certain OpenCL device +[--cl_platform=] Choose a certain OpenCL platform +[--disable_cached_cl_kernels] Disable loading cached binary OpenCL kernels +[--x_dim=] Change default demo settings (x,y,z) [--pair_benchmark_file=] Load AABB's from disk for the PairBench -[--load_cl_kernels_from_disk] Force loading OpenCL kernels from disk (this feature is currently broken) [--no_instanced_collision_shapes] Disable collision shape instancing (for tests)