일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 혼공단5기
- 머신러닝
- 혼공
- 제이펍
- 딥러닝
- OpenGL
- vulkan
- 혼공스
- 벌칸
- 자바스크립트
- 혼공네트
- tutorial
- 나는리뷰어다
- 혼공컴운
- 파이썬
- 불칸
- 리뷰리뷰
- 혼공단
- 컴퓨터그래픽스
- 혼공S
- 책리뷰
- 네트워크
- 혼공C
- 한빛미디어
- C++
- 데이터분석
- 혼자공부하는C언어
- 혼공학습단
- 혼공머신
- 혼자공부하는네트워크
- Today
- Total
목록tutorial (5)
Scientia Conditorium
원문 : https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Instance [Vulkan005][번역] Vulkan Tutorial - 삼각형 그리기 인스턴스(Drawing a triangle - Instance) Instance - Vulkan Tutorial Creating an instance The very first thing you need to do is initialize the Vulkan library by creating an instance. The instance is the connection between your application and the Vulkan library and creating it involves specify..
원문 : https://vulkan-tutorial.com/Drawing_a_triangle/Setup/Base_code [Vulkan004][번역] Vulkan Tutorial - 삼각형 그리기 기본 코드(Drawing a triangle - Base code) Base code - Vulkan Tutorial General structure In the previous chapter you've created a Vulkan project with all of the proper configuration and tested it with the sample code. In this chapter we're starting from scratch with the following code: #inclu..
원문 : https://vulkan-tutorial.com/Development_environment [Vulkan003][번역] Vulkan Tutorial - 개발 환경(Development environment) Development environment - Vulkan Tutorial In this chapter we'll set up your environment for developing Vulkan applications and install some useful libraries. All of the tools we'll use, with the exception of the compiler, are compatible with Windows, Linux and MacOS, but the ..
원문 : https://vulkan-tutorial.com/Overview [Vulkan002] Vulkan Tutorial - Overview Overview - Vulkan Tutorial This chapter will start off with an introduction of Vulkan and the problems it addresses. After that we're going to look at the ingredients that are required for the first triangle. This will give you a big picture to place each of the subsequent chapters vulkan-tutorial.com 이 장에서는 Vulkan과..
원문 : https://vulkan-tutorial.com/Introduction [Vulkan] Vulkan Tutorial - Introduction Introduction - Vulkan Tutorial About This tutorial will teach you the basics of using the Vulkan graphics and compute API. Vulkan is a new API by the Khronos group (known for OpenGL) that provides a much better abstraction of modern graphics cards. This new interface allows you to bette vulkan-tutorial.com Abou..