layers: Fix return values of bool functions.

These functions were returning VK_ERROR_VALIDATION_FAILED_EXT,
which was giving a warning in Visual Studio. The app shouldn't be
checking for non-bool return values of these functions.

Change-Id: I9924a25b1c49ad6973c8915be1dd7aea4cc0edf4
1 file changed