카테고리 없음

Metal by Example | 들어가면서

61315 2021. 5. 3. 18:51

이 포스트는 Warren Moore 선생님(metalbyexample.com/about-the-author/)의 Metal by Example 시리즈를 의역한 것입니다.

원문 보기: metalbyexample.com/up-and-running-1/

 

Up and Running with Metal, Part 1: Clearing the Screen

This post covers the bare minimum needed to clear the screen to a solid color in Metal. Even this simple operation requires many of the concepts exposed by the Metal framework. The next few posts i…

metalbyexample.com

  • 생략 가능한 타입이나 컨텍스트를 유지하고 verbose하게 작성합니다.
  • 가능한 경우 Obj-C 언어로 작성된 예제 코드를 Swift 언어로 옮겨 작성합니다.
  • 문맥을 완성하는 레거시 컨텐츠인 경우 함께 옮깁니다.