# procedural geometry

A computer-graphics technique for generating mesh geometry through code or procedural methods.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## GPU view-adaptive crack-free subdivision of Bézier surfaces

DevFeed: [GPU view-adaptive crack-free subdivision of Bézier surfaces](<https://devfeed.tech/articles/gpu-view-adaptive-crack-free-subdivision-of-bezier-surfaces-15041.md>)

Original publisher: [Read original article](<https://gpuopen.com/learn/gpu-view-adaptive-subdivision/>)

Author: Bastian Kuth; Quirin Meyer

Published: 2026-08-06T12:00:00Z

Content type: tutorial

Language: en

Sources: [AMD GPUOpen](<https://devfeed.tech/sources/amd-gpuopen.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [procedural geometry](<https://devfeed.tech/topics/procedural-geometry.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [adaptive](<https://devfeed.tech/tags/adaptive.md>), [article-release](<https://devfeed.tech/tags/article-release.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [graphics-apis](<https://devfeed.tech/tags/graphics-apis.md>), [maths](<https://devfeed.tech/tags/maths.md>), [memory](<https://devfeed.tech/tags/memory.md>), [microsoft-work-graphs](<https://devfeed.tech/tags/microsoft-work-graphs.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [render](<https://devfeed.tech/tags/render.md>), [research](<https://devfeed.tech/tags/research.md>), [technical-article](<https://devfeed.tech/tags/technical-article.md>), [technical-articles](<https://devfeed.tech/tags/technical-articles.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [white-paper](<https://devfeed.tech/tags/white-paper.md>), [work-graphs](<https://devfeed.tech/tags/work-graphs.md>)

### AI overview

This article explains a GPU work graph approach to recursively subdividing bicubic Bézier surfaces. The method adapts triangle density to curvature and camera distance, reducing unnecessary geometry while maintaining crack-free rendering.

### Source excerpt

Learn how fast, crack-free GPU work graph subdivision for bicubic Bézier surfaces dramatically reduce triangle counts while simplifying implementation and matching hardware-tessellation quality.