nadongguri (25)in #github • 8 years agogithub repository에 push 및 pull request하기이 포스트에선 제가 upstream repository에 pull request를 하는 방법을 알려드리고자 합니다. 정리해 보니 다음과 같이 크게 7단계로 나뉠 수 있겠네요. repository(repo로 하겠습니다.)를 fork 하기 fork된 repo를 local로 clone하기…nadongguri (25)in #vulkan • 8 years agoVulkan Samples Tutorial-03-Create a (Logical) Device이제 VkDevice object를 만들 차례입니다. VkDevice obj는 시스템상의 실제GPU와 대응되며 GPU HW에 직접 gpu command를 보낼 수 있게하는 역할을 합니다. Device 선택하기 웬만한 PC상에는 GPU가 하나 이상은 있죠. 물론 sample에선 device…nadongguri (25)in #vulkan • 8 years agoVulkan Samples Tutorial-02-Enumerate Physical Devicessource : 02-enumerate_devices.cpp 소스를 보면 기존에 작성한 샘플 코드들이 init_global_layer_properties(), init_instance() 등 함수화 되어 있는것을 알 수 있습니다. 눈으로 보면 쉬운데 가장 손에 익으려면 맨 처음 LunarG 설치하는 post에서…nadongguri (25)in #vulkan • 8 years agoVulkan Samples Tutorial-01-Instance에 있는 내용을 정리하고자 포스팅을 합니다. The basic Vulkan architecture diagram을 보면 간결한 구조(?) 입니다. Vulkan Application은 Loader(Vulkan library)로 코드를 짜고 필요에 따라 validation 등의 역할을 하는 layer를…nadongguri (25)in #graphics • 8 years agoVulkan LunarG SDK setup on Ubuntu 16.0.4Installation of LunarG SDK on Ubuntu 16.0.4 You can get the latest the LunarG SDK at . In order to develop Vulkan program you need to check your CPU(Intel) or GPU whether…nadongguri (25)in #bitcoin • 8 years agoThe famous social issue program in Korea will talk about bitcoin.The famous latest social issue program in Korea "그것이 알고싶다" ( English title "Investigating Documentaries") will be televised about cryptocurrency on channel SBS this Saturday…