mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
anv: remove extra 'debug:' from anv_debug_ignored_stype
anv_debug adds 'debug:' already, this is to clean following: debug: debug: anv_CreateDebugReportCallbackEXT: ignored VkStructureType 1000011000 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
a7ebb21744
commit
ea314bf812
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ VkResult __vk_errorf(struct anv_instance *instance, const void *object,
|
|||
* defined by extensions supported by that component.
|
||||
*/
|
||||
#define anv_debug_ignored_stype(sType) \
|
||||
anv_debug("debug: %s: ignored VkStructureType %u\n", __func__, (sType))
|
||||
anv_debug("%s: ignored VkStructureType %u\n", __func__, (sType))
|
||||
|
||||
void __anv_finishme(const char *file, int line, const char *format, ...)
|
||||
anv_printflike(3, 4);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue