![]() |
Vireo
0.0
Vireo 3D Rendering Hardware Interface
|
The graphics pipeline is the sequence of operations that take the vertices and textures of your meshes all the way to the pixels in the render targets. You can learn more about graphics pipelines in the Vulkan tutorial. To create a graphic pipeline, we need :
Next : Shader modules
Related manual page : Graphics Pipelines