Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
709e3af6
Commit
709e3af6
authored
Jul 07, 2009
by
Dave Partyka
Browse files
ENH: add new cxx version of test tiling.
parent
c8a8e22e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Rendering/Testing/Cxx/CMakeLists.txt
View file @
709e3af6
...
...
@@ -43,6 +43,7 @@ IF(VTK_USE_DISPLAY)
TestTextActorDepthPeeling.cxx
TestTextActor3DAlphaBlending.cxx
TestTextActor3DDepthPeeling.cxx
TestTilingCxx.cxx
TestTranslucentLUTAlphaBlending.cxx
TestTranslucentLUTDepthPeeling.cxx
TestTranslucentLUTDepthPeelingPass.cxx
...
...
Rendering/Testing/Cxx/TestTilingCxx.cxx
View file @
709e3af6
...
...
@@ -158,7 +158,6 @@ int TestTilingCxx(int argc, char* argv[])
{
iren
->
Start
();
}
iren
->
Delete
();
return
!
retVal
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment