Metal3편 - 메모리 사용량 급증 버그 수정
·
SWIFT개발
https://codeisfuture.tistory.com/119 Metal(2)-셰이더 코드 작성까지이전 글에서 메탈이란 GPU에 접근하여 빠른 그래픽 처리를 가능하게 해주는 저수준 API라는 것을 학습했다. 즉 Spiritekit, Animation 밑의 있는 것!! 이번엔 그래서 메탈이 어떻게 렌더링을 하는지 살펴codeisfuture.tistory.com기존의 문제점 func applyFilter(_ image: UIImage, filtertype: String, intensity: Float) async -> UIImage { let startTime = CACurrentMediaTime() guard let cgImage = image.resize(ta..