We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184a2e2 commit 5aae383Copy full SHA for 5aae383
src/layer_bootstrap.cpp
@@ -52,7 +52,7 @@ XrResult thisLayer_xrCreateApiLayerInstance(const XrInstanceCreateInfo* info, co
52
53
//Prepare to call this function down the layer chain
54
XrApiLayerCreateInfo newApiLayerCreateInfo;
55
- memcpy(&newApiLayerCreateInfo, &apiLayerInfo, sizeof(newApiLayerCreateInfo));
+ memcpy(&newApiLayerCreateInfo, apiLayerInfo, sizeof(newApiLayerCreateInfo));
56
newApiLayerCreateInfo.nextInfo = apiLayerInfo->nextInfo->next;
57
58
XrInstanceCreateInfo instanceCreateInfo = *info;
0 commit comments