Minimal KTX2 texture format support #37
Annotations
4 errors and 1 warning
Run jakebailey/pyright-action@v2:
xgpu/extensions/ktx.py#L114
"dimension" overrides symbol of same name in class "TextureData"
"property" is incompatible with "TextureDimension" (reportIncompatibleVariableOverride)
|
Run jakebailey/pyright-action@v2:
xgpu/extensions/ktx.py#L127
"extent3D" overrides symbol of same name in class "TextureData"
"property" is incompatible with "Extent3D" (reportIncompatibleVariableOverride)
|
Run jakebailey/pyright-action@v2:
xgpu/extensions/ktx.py#L161
Method "get_level_data" overrides class "TextureData" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "mip", override parameter is named "idx" (reportIncompatibleMethodOverride)
|
Run jakebailey/pyright-action@v2
3 errors
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading