Vulkan Cookbook 52771

Код товару: 52771Паперова книга
Work through recipes to unlock the full potential of the next generation graphics API—Vulkan

About This Book
  • This book explores a wide range of modern graphics programming techniques and GPU compute methods to make the best use of the Vulkan API.
  • Teaches techniques that can be applied to a wide range of platforms desktop, smartphones, and embedded devices.
  • Presents exciting imaging processing and post-processing techniques.
Who This Book Is For
This book is ideal for developers who know C/C++ languages, have some basic familiarity with graphics programming, and now want to take advantage of the new Vulkan API in the process of building next generation computer graphics. Some basic familiarity of Vulkan would be useful to follow the recipes. OpenGL developers who want to take advantage of the Vulkan API will also find this book useful.

What You Will Learn
  • Work with Swapchain to present images on screen
  • Create, submit, and synchronize operations processed by the hardware
  • Create buffers and images, manage their memory, and upload data to them from CPU
  • Explore descriptor sets and set up an interface between application and shaders
  • Organize drawing operations into a set of render passes and subpasses
  • Prepare graphics pipelines to draw 3D scenes and compute pipelines to perform mathematical calculations
  • Implement geometry projection and tessellation, texturing, lighting, and post-processing techniques
  • Write shaders in GLSL and convert them into SPIR-V assemblies
  • Find out about and implement a collection of popular, advanced rendering techniques found in games and benchmarks
In Detail
Vulkan is the next generation graphics API released by the Khronos group. It is expected to be the successor to OpenGL and OpenGL ES, which it shares some similarities with such as its cross-platform capabilities, programmed pipeline stages, or nomenclature. Vulkan is a low-level API that gives developers much more control over the hardware, but also adds new responsibilities such as explicit memory and resources management. With it, though, Vulkan is expected to be much faster.

This book is your guide to understanding Vulkan through a series of recipes. We start off by teaching you how to create instances in Vulkan and choose the device operations on which will be performed. You will then explore more complex topics such as command buffers, resources and memory management, pipelines, GLSL shaders, render passes, and more. Gradually, the book moves on to teach you advanced rendering techniques, how to draw 3D scenes, and how to improve the performance of your applications.

By the end of the book, you will be familiar with the latest advanced techniques implemented with the Vulkan API, which can be used on a wide range of platforms.

Style and approach

This recipe-based guide will empower you to implement modern graphic programming techniques and help gain a solid understanding of the new Vulkan API.
2'400 ₴
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Vulkan Cookbook - фото 1
Інші книги Packt Publishing
Spring Security - Fourth Edition: Effectively secure your web apps, RESTful services, cloud apps, and microservice architectures 4th ed. Edition
283679
Badr Nasslahsen
1'600 ₴
Machine Learning and Generative AI for Marketing: Take your data-driven marketing strategies to the next level using Python
308962
Yoon Hyup HwangNicholas C. Burtch
1'400 ₴
Software Architecture with C# 12 and .NET 8 - Fourth Edition: Build enterprise applications using microservices, DevOps, EF Core, and design patterns for Azure 4th ed. Edition
264470
Gabriel BaptistaFrancesco Abbruzzese
1'700 ₴
C# 12 and .NET 8 – Modern Cross-Platform Development Fundamentals: Start building websites and services with ASP.NET Core 8, Blazor, and EF Core 8 8th ed. Edition
262915
Mark J. Price
1'040 ₴1'300 ₴
Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python, 2nd Edition
270201
Stefan Jansen
1'450 ₴
LLM Engineer's Handbook: Master the art of engineering large language models from concept to production
305446
Maxime LabonnePaul Iusztin
3'500 ₴
Mastering Linux Administration - Second Edition: Take your sysadmin skills to the next level by configuring and maintaining Linux systems 2nd ed. Edition
282454
Alexandru CalcatingeJulian Balog
1'600 ₴
Architecting Vue.js 3 Enterprise-Ready Web Applications: Build and deliver scalable and high-performance, enterprise-ready applications with Vue and JavaScript
302522
Solomon Eseme
1'600 ₴
ChatGPT for Cybersecurity Cookbook: Learn practical generative AI recipes to supercharge your cybersecurity skills
282453
Clint Bodungen
1'700 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Рік
    2017
  • Сторінок
    700
  • Формат
    170х240 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Термін поставки
    25-30 дней

Від видавця

Work through recipes to unlock the full potential of the next generation graphics API—Vulkan

About This Book
  • This book explores a wide range of modern graphics programming techniques and GPU compute methods to make the best use of the Vulkan API.
  • Teaches techniques that can be applied to a wide range of platforms desktop, smartphones, and embedded devices.
  • Presents exciting imaging processing and post-processing techniques.
Who This Book Is For
This book is ideal for developers who know C/C++ languages, have some basic familiarity with graphics programming, and now want to take advantage of the new Vulkan API in the process of building next generation computer graphics. Some basic familiarity of Vulkan would be useful to follow the recipes. OpenGL developers who want to take advantage of the Vulkan API will also find this book useful.

What You Will Learn
  • Work with Swapchain to present images on screen
  • Create, submit, and synchronize operations processed by the hardware
  • Create buffers and images, manage their memory, and upload data to them from CPU
  • Explore descriptor sets and set up an interface between application and shaders
  • Organize drawing operations into a set of render passes and subpasses
  • Prepare graphics pipelines to draw 3D scenes and compute pipelines to perform mathematical calculations
  • Implement geometry projection and tessellation, texturing, lighting, and post-processing techniques
  • Write shaders in GLSL and convert them into SPIR-V assemblies
  • Find out about and implement a collection of popular, advanced rendering techniques found in games and benchmarks
In Detail
Vulkan is the next generation graphics API released by the Khronos group. It is expected to be the successor to OpenGL and OpenGL ES, which it shares some similarities with such as its cross-platform capabilities, programmed pipeline stages, or nomenclature. Vulkan is a low-level API that gives developers much more control over the hardware, but also adds new responsibilities such as explicit memory and resources management. With it, though, Vulkan is expected to be much faster.

This book is your guide to understanding Vulkan through a series of recipes. We start off by teaching you how to create instances in Vulkan and choose the device operations on which will be performed. You will then explore more complex topics such as command buffers, resources and memory management, pipelines, GLSL shaders, render passes, and more. Gradually, the book moves on to teach you advanced rendering techniques, how to draw 3D scenes, and how to improve the performance of your applications.

By the end of the book, you will be familiar with the latest advanced techniques implemented with the Vulkan API, which can be used on a wide range of platforms.

Style and approach

This recipe-based guide will empower you to implement modern graphic programming techniques and help gain a solid understanding of the new Vulkan API.

Відгуки про Vulkan Cookbook

Vulkan Cookbook
Vulkan Cookbook
2'400 ₴
Персонально для вас
Physics for Game Developers: Science, math, and code for realistic effects 2nd Edition
63079
David M BourgBryan Bywalec
850 ₴
Game Engine Architecture, Third Edition
79732
Jason Gregory
2'100 ₴
Game Development with GameMaker: A Primer on Game Development and Design Second Edition
291028
Sebastiano M. Cossu
2'400 ₴
Game Testing All in One 4th Edition
306385
Robert Denton Bryant
2'800 ₴
Game Design Workshop: A Playcentric Approach to Creating Innovative Games 5th Edition
306582
Tracy Fullerton
4'200 ₴