KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

DebugMarker Null Function Pointer Checks #2630

Closed mark-lunarg closed 6 years ago

mark-lunarg commented 6 years ago

UPDATED

Modified the dispatch table helper to replace null funcpointers with a code-generated stub function. This is fairly layer-transparent, is an init-time hit only, comprehensive, and lightweight. Thanks @mikes-lunarg .

Fixes #1074. Fixes #2314.