DmabufTextureBuilder.setStride
void setStride(uint plane, uint stride)Sets the stride for a plane.
The stride must be set for all planes before calling gdk.gltexture_builder.GLTextureBuilder.build.
Parameters
plane | the plane to set the stride for |
stride | the stride value |