原文:[译]Vulkan教程(03)开发环境

译 Vulkan教程 开发环境 这是我翻译 https: vulkan tutorial.com 上的Vulkan教程的第 篇。 In this chapter we ll set up your environment for developing Vulkan applications and install some useful libraries. All of the tools w ...

2019-06-22 00:21 0 2376 推荐指数:

查看详情

[]Vulkan教程(27)Image

[]Vulkan教程(27)Image Images Introduction 入门 The geometry has been colored using per-vertex colors so far, which is a rather limited approach. ...

Sun Jul 14 04:03:00 CST 2019 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 Tutorial 01 开发环境搭建之Windows

操作系统:Windows8.1 显卡:Nivida GTX965M 开发工具:Visual Studio 2017 相信很多人在开始学习Vulkan开发的起始阶段都会在开发环境的配置上下一些功夫,那么本问将会引导大家快速的完成Vulkan在Windows下的开发环境,并使用几个常用 ...

Sun May 21 02:26:00 CST 2017 0 9322
[]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
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM