mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-22 23:00:43 +00:00
codecheck 整改
Signed-off-by: ZhangLiang <zhangliang335@h-partners.com> Change-Id: Ic95970d3444e4317b986cad09ca2a24917476911
This commit is contained in:
parent
8980628f60
commit
4eb9bec5f2
@ -21,7 +21,8 @@
|
||||
#define EOK 0
|
||||
|
||||
extern "C" {
|
||||
void *loader_instance_heap_calloc(const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocation_scope);
|
||||
void *loader_instance_heap_calloc(const struct loader_instance *instance,
|
||||
size_t size, VkSystemAllocationScope allocation_scope);
|
||||
}
|
||||
constexpr const char *DEBUG_SANDBOX_DIR = "/data/storage/el1/bundle/";
|
||||
|
||||
|
@ -12,6 +12,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#ifndef VK_BUNDLE_MGR_HELPER_H
|
||||
#define VK_BUNDLE_MGR_HELPER_H
|
||||
|
||||
#include "vulkan/vulkan_core.h"
|
||||
#ifdef __cplusplus
|
||||
#include <singleton.h>
|
||||
@ -60,4 +63,5 @@ private:
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // __cplusplus
|
||||
#endif // __cplusplus
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user