MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / GetMemoryNativeBufferOHOS

Function GetMemoryNativeBufferOHOS

icd/generated/function_definitions.h:4147–4151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4145 return VK_SUCCESS;
4146}
4147static VKAPI_ATTR VkResult VKAPI_CALL GetMemoryNativeBufferOHOS(VkDevice device, const VkMemoryGetNativeBufferInfoOHOS* pInfo,
4148 struct OH_NativeBuffer** pBuffer) {
4149 // Not a CREATE or DESTROY function
4150 return VK_SUCCESS;
4151}
4152#endif /* VK_USE_PLATFORM_OHOS */
4153static VKAPI_ATTR void VKAPI_CALL CmdSetDepthClampEnableEXT(VkCommandBuffer commandBuffer, VkBool32 depthClampEnable) {
4154 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected