diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2018-05-03 18:42:13 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2018-05-03 15:42:13 -0700 |
| commit | f8472940229e8582ec9f941069fc9576bd09b94c (patch) | |
| tree | 9b387a65abc42094e7a1e0687b793cb0fc5c5eaa /tools/render-test/options.h | |
| parent | c216f00f1eaff368229cb8430422972fcac801b7 (diff) | |
Added Surface type - as a simple value type to hold a 2d collection of pixels. (#548)
Added PngSerializeUtil allows currently for just writing Surface of RGBA format.
Removes dependency on stbi_image except for in PngSerializeUtil.
Removed use of gWindowWidth/Height globals - pass the height into initialize or Renderer.
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 56bd638ef..630c30d8a 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -51,10 +51,6 @@ struct Options extern Options gOptions; -extern int gWindowWidth; -extern int gWindowHeight; - - SlangResult parseOptions(int* argc, char** argv); } // renderer_test |
