原文:[譯]Vulkan教程(27)Image

譯 Vulkan教程 Image Images Introduction 入門 The geometry has been colored using per vertex colors so far, which is a rather limited approach. In this part of the tutorial we re going to implement texture ...

2019-07-13 20:03 0 516 推薦指數:

查看詳情

[]Vulkan教程(01)入門

[]Vulkan教程(01)入門 接下來我將翻譯(https://vulkan-tutorial.com)上的Vulkan教程。這可能是我學習Vulkan的最好方式,但不是最理想的方式。 我會用“driver(驅動程序)”這樣的方式翻譯某些關鍵詞語,在后續的文字中,則只使用英文。這可以減少 ...

Thu Jun 20 23:30:00 CST 2019 0 2394
[]Vulkan教程(02)概況

[]Vulkan教程(02)概況 這是我翻譯(https://vulkan-tutorial.com)上的Vulkan教程的第2篇。 This chapter will start off with an introduction of Vulkan and the problems ...

Fri Jun 21 22:17:00 CST 2019 0 854
[]Vulkan教程(33)多重采樣

[]Vulkan教程(33)多重采樣 Multisampling 多重采樣 Introduction 入門 Our program can now load multiple levels of detail for textures which fixes artifacts when ...

Wed Jul 17 22:24:00 CST 2019 2 678
[]Vulkan教程(32)生成mipmap

[]Vulkan教程(32)生成mipmap Generating Mipmaps 生成mipmap Introduction 入門 Our program can now load and render 3D models. In this chapter, we will add ...

Wed Jul 17 02:31:00 CST 2019 0 550
[]Vulkan教程(19)渲染和呈現

[]Vulkan教程(19)渲染和呈現 Rendering and presentation 渲染和呈現 Setup 設置 This is the chapter where everything is going to come together. We're going ...

Wed Jul 10 04:00:00 CST 2019 0 623
[]Vulkan教程(04)基礎代碼

[]Vulkan教程(04)基礎代碼 General structure 通用結構 In the previous chapter you've created a Vulkan project with all of the proper configuration and tested ...

Sat Jun 22 20:52:00 CST 2019 0 658
[]Vulkan教程(10)交換鏈

[]Vulkan教程(10)交換鏈 Vulkan does not have the concept of a "default framebuffer", hence it requires an infrastructure that will own the buffers we ...

Fri Jun 28 06:23:00 CST 2019 0 473
[]Vulkan教程(03)開發環境

[]Vulkan教程(03)開發環境 這是我翻譯(https://vulkan-tutorial.com)上的Vulkan教程的第3篇。 In this chapter we'll set up your environment for developing Vulkan ...

Sat Jun 22 08:21:00 CST 2019 0 2376
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM