OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載


OpenGL ES 3.0 Programming Guide

簡體網頁||繁體網頁

OpenGL ES 3.0 Programming Guide pdf epub mobi 著者簡介

Dan Ginsburg is founder of Upsample Software, LLC, a software consultancy specializing in 3D graphics and GPU computing. In previous roles he has worked on developing OpenGL drivers, desktop and handheld 3D demos, GPU developer tools, 3D medical visualization and games. He coauthored the OpenCL Programming Guide (Addison-Wesley, 2012).

Budi Purnomo is a senior software architect at Advanced Micro Devices, Inc. where he collaborates with many AMD architects to develop software infrastructure across multiple software stacks and to define future hardware architectures for debugging and profiling GPU applications.

Dave Shreiner is one of the World’s foremost authorities on OpenGL. He is the series editor for the Addison-Wesley OpenGL Series.

Aatab Munshi is the spec editor for the OpenGL ES 1.1 and 2.0 specifications.


OpenGL ES 3.0 Programming Guide pdf epub mobi 圖書描述

Review

“As a graphics technologist and intense OpenGL ES developer, I can honestly say that if you buy only one book on OpenGL ES 3.0 programming, then this should be the book. Dan and Budirijanto have written a book clearly by programmers for programmers. It is simply required reading for anyone interested in OpenGL ES 3.0. It is informative, well organized, and comprehensive, but best of all practical. You will find yourself reaching for this book over and over again instead of the actual OpenGL ES specification during your programming sessions. I give it my highest recommendation.”

–Rick Tewell, Graphics Technology Architect, Freescale

“This book provides outstanding coverage of the latest version of OpenGL ES, with clear, comprehensive explanations and extensive examples. It belongs on the desk of anyone developing mobile applications.”

–Dave Astle, Graphics Tools Lead, Qualcomm Technologies, Inc., and Founder, GameDev.net

“The second edition of OpenGL® ES™ 3.0 Programming Guide provides a solid introduction to OpenGL ES 3.0 specifications, along with a wealth of practical information and examples to help any level of developer begin programming immediately. We’d recommend this guide as a primer on OpenGL ES 3.0 to any of the thousands of developers creating apps for the many mobile and embedded products using our PowerVR Rogue graphics.”

–Kristof Beets, Business Development, Imagination Technologies

“This is a solid OpenGL ES 3.0 reference book. It covers all aspects of the API and will help any developer get familiar with and understand the API, including specifically the new ES 3.0 functionality.”

–Jed Fisher, Managing Partner, 4D Pipeline

“This is a clear and thorough reference for OpenGL ES 3.0, and an excellent presentation of the concepts present in all modern OpenGL programming. This is the guide I’d want by my side when diving into embedded OpenGL.”

–Todd Furlong, President & Principal Engineer, Inv3rsion LLC

OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載

OpenGL ES 3.0 Programming Guide pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-12-24

OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載

OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載

OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載



喜欢 OpenGL ES 3.0 Programming Guide 電子書 的读者还喜欢


OpenGL ES 3.0 Programming Guide pdf epub mobi 讀後感

評分

很長時間沒完整的看完一本技術書瞭,之前雖做瞭兩年Unity,學些Shader,但缺乏對GLSL和HLSL的瞭解,現在中國手遊熱,自己現在也在從事移動端遊戲引擎的相關工作,對GLES的瞭解也是必須的。這書雖然不十分齣彩,但知識點都涵蓋瞭,也並不全是羅列API。是有不小收獲的,當你瞭解...  

評分

第十一章, fragment operations stencil buffer testing 的例子 test0 的case的注釋是不是寫錯瞭 應該是(0x7 & 0x3 ) < ( 0x1 & 0x3) 寫成瞭(0x7 & 0x3 ) < ( 0x1 & 0x7)

評分

第十一章, fragment operations stencil buffer testing 的例子 test0 的case的注釋是不是寫錯瞭 應該是(0x7 & 0x3 ) < ( 0x1 & 0x3) 寫成瞭(0x7 & 0x3 ) < ( 0x1 & 0x7)

評分

很長時間沒完整的看完一本技術書瞭,之前雖做瞭兩年Unity,學些Shader,但缺乏對GLSL和HLSL的瞭解,現在中國手遊熱,自己現在也在從事移動端遊戲引擎的相關工作,對GLES的瞭解也是必須的。這書雖然不十分齣彩,但知識點都涵蓋瞭,也並不全是羅列API。是有不小收獲的,當你瞭解...  

評分

論入門學習,DirectX比OpenGL友善得多,版本簡單明瞭,裝好SDK開VisualStudio就可以跑,文檔案例齊全,省心省事。OpenGL有多麻煩?網上一搜,被告知需要glew;想在不同係統下快速搭建開發環境?再去找找glfw。搜個教程,又要求glut。開始寫代碼瞭,OpenGL裏麵沒有內置數學庫,...  

類似圖書 點擊查看全場最低價
出版者:Addison-Wesley Professional
作者:Dan Ginsburg
出品人:
頁數:560
譯者:
出版時間:2014-3-10
價格:USD 49.99
裝幀:Paperback
isbn號碼:9780321933881
叢書系列:

圖書標籤: OpenGLES  OpenGL  圖形學  計算機圖形學  編程  Graphics  計算機  遊戲設計   


OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

OpenGL ES 3.0 Programming Guide pdf epub mobi 用戶評價

評分

再次收獲

評分

很底層的東西,寫的很細,大一的時候就買瞭當api手冊查,花瞭半天讀完:)

評分

更多的是流程介紹,差點淹沒在概念裏麵。從個人角度來說比較適閤入門瞭解。

評分

重api,重example code;輕概念,甚至是confusing。。。。不適閤初學者,隻適閤當手冊查

評分

更多的是流程介紹,差點淹沒在概念裏麵。從個人角度來說比較適閤入門瞭解。

OpenGL ES 3.0 Programming Guide 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有