| Havel, J.: Functional Programming of Geometry Shaders, In: WSCG 2010 Communication Papers Proceedings, Plzeň, CZ, ZČU v Plzni, 2010, p. 9-13, ISBN 978-80-86943-87-9 | | Publication language: | english |
|---|
| Original title: | Functional Programming of Geometry Shaders |
|---|
| Title (cs): | Funkcionální programování geometry shaderů |
|---|
| Pages: | 9-13 |
|---|
| Proceedings: | WSCG 2010 Communication Papers Proceedings |
|---|
| Conference: | Winter School of Computer Graphics 2010 |
|---|
| Place: | Plzeň, CZ |
|---|
| Year: | 2010 |
|---|
| ISBN: | 978-80-86943-87-9 |
|---|
| Publisher: | University of West Bohemia in Pilsen |
|---|
| Keywords |
|---|
Rendering, Shaders, Functional Programming
|
| Annotation |
|---|
This paper focuses on graphical shader programming, which is essential for real-time rendering. Opposite to classical low level, structured languages, functional approach is used in this work and existing work is extended to cover geometry shader programming. The compiler is able to transform the program in a way that is hard to achieve with classical languages. The program is written for all pipeline stages at once and the compiler does the partitioning. This allows the programmer to focus on program semantics and let the compiler take care of the efficient execution. First, this paper describes shader stages as functions in a mathematical manner. The process of program partitioning and transformation to one of the classical languages is described. Several examples show the differences between functional description and equivalent structured code. |
| BibTeX: |
|---|
@INPROCEEDINGS{
author = {Jiří Havel},
title = {Functional Programming of Geometry Shaders},
pages = {9--13},
booktitle = {WSCG 2010 Communication Papers Proceedings},
year = {2010},
location = {Plzeň, CZ},
publisher = {University of West Bohemia in Pilsen},
ISBN = {978-80-86943-87-9},
language = {english},
url = {http://www.fit.vutbr.cz/research/view_pub.php?id=9206}
} |
|