cxx: Use pragma once consistently for non-api headers

This commit is contained in:
Juan Ramos 2022-12-27 12:20:23 -07:00 committed by Juan Ramos
parent fc90b60663
commit b232cb2bee
3 changed files with 3 additions and 11 deletions

View file

@ -19,12 +19,12 @@
* limitations under the License.
*
*/
#pragma once
/* Need to define dispatch table
* Core struct can then have ptr to dispatch table at the top
* Along with object ptrs for current and next OBJ
*/
#pragma once
#include "vulkan_core.h"