MCPcopy Create free account
hub / github.com/defold/defold / GetValidationLayersExt

Function GetValidationLayersExt

engine/graphics/src/vulkan/graphics_native.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 const char** GetValidationLayersExt(uint16_t* num_layers)
75 {
76 *num_layers = sizeof(g_validation_layer_ext) / sizeof(g_validation_layer_ext[0]);
77 return g_validation_layer_ext;
78 }
79
80 bool NativeInit(const ContextParams& params)
81 {

Callers 1

VulkanNewContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected