Amber: Initialize the delegate to NULL
authorDavid Neto <dneto@google.com>
Tue, 19 Mar 2019 18:56:29 +0000 (14:56 -0400)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 20 Mar 2019 07:52:26 +0000 (03:52 -0400)
commit8966262875cfb8f8def7898e653b87a112640975
tree0fbbac563df57a0c3ad8174e5eb82609775b47c4
parent06c2fa9db879e0fadabc5efff50157c23bd4be31
Amber: Initialize the delegate to NULL

The delegate can be used to log calls and time them.
For now, we don't want any such logging.  But we do have
to initialize the delegate rather than use an uninitialized
pointer.

Change-Id: I1379b9810f3acd67d4d7116d407eb4e0c6ee7bb3
external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp