pygfx.resources
Containers for buffers and textures.
In Pygfx, data is stored in buffers and textures. We collectively call these resources.
|
|
|
The Buffer represents a contiguous piece of GPU memory. |
|
The Texture represents structured 1D, 2D or 3D data on the GPU. |