Added unbind texture to samples and tests

此提交包含在:
Anusha Godavarthy Surya
2019-10-15 11:34:15 +05:30
父節點 d9d6374a63
當前提交 fc776424a0
+1
查看文件
@@ -124,6 +124,7 @@ bool runTest(int argc, char** argv) {
}
}
}
hipUnbindTexture(tex);
hipFree(dData);
hipFreeArray(array);
return true;