Skip to Content
GPU Pro 6
book

GPU Pro 6

by Wolfgang Engel
July 2015
Intermediate to advanced
586 pages
17h 21m
English
A K Peters/CRC Press
Content preview from GPU Pro 6
510 VII 3D Engine Design
struct FunctionDefinition
{
set<string> InSemantic ;
set<string> OutSemantic ;
set<string> InOutSemantic ;
} ;
Listing 2.2. FunctionDefinition structure.
2.5 Algorithm Explanation
The algorithm used to generate the shader is inspired by the A* path-finding
algorithm [Wikipedia 15a]. The idea is to find a path from the required output
semantic to the existing input semantics, i.e., the vertex attributes. The path is
searched using open and closed semantic sets, in the same way as the open and
closed node lists of the original algorithm. To successfully generate the code, the
compiler must be provided the following information:
the
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

GPU Pro 4

GPU Pro 4

Wolfgang Engel
GPU Pro 5

GPU Pro 5

Wolfgang Engel
GPU Pro 7

GPU Pro 7

Wolfgang Engel
GPU PRO 3

GPU PRO 3

Wolfgang Engel

Publisher Resources

ISBN: 9781482264623