Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ↵ | Cristián Maureira-Fredes | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | macros Removing old macros for compatibility with the limited api, and refactoring some of their usages Change-Id: I33954199d2ef9884c64b963863b97aed851c440f Pick-to: 6.8 Reviewed-by: Friedemann Kleint <[email protected]> | ||||
* | Fix QQuick3DInstancing::getInstanceBuffer() | Friedemann Kleint | 2024-11-07 | 1 | -0/+21 |
Modify virtual QByteArray QQuick3DInstancing::getInstanceBuffer(int*) to return a tuple of <QByteArray, int>. Pick-to: 6.8 Change-Id: I3a6c249e2e72c4a490aa34c6caa847528b1ceb62 Reviewed-by: Cristian Maureira-Fredes <[email protected]> |