Recent posts

[C#] Struct와 Class

June 14 2022

Struct 값 타입 allocation 및 deallocation 시 참조 타입보다 소요가 적다 stack에 저장 nested struct 구조인 경우 inline member들은 private by default

[3D Graphcis] Framebuffers

May 22 2022

버퍼란? Buffer 데이터를 한 곳에서 다른 곳으로 전송하는 동안 일시적으로 그 데이터를 보관하는 메모리 영역

[C#] Array

May 14 2022

Difference between Array, ArrayList, List Array

[Unity] IL2CPP

May 10 2022

컴퓨터 프로그램을 만드는 방식 2가지

[Unreal] 그래프 접기

May 01 2022

노드로 접기 블루프린트 노드를 디자인하다가 커다란 그래프를 하나로 묶어 정리하는 기능