Resolve WGC technical limitation #790
Annotations
10 errors
Analysing the code with Pyright:
src/d3d11.py#L28
Type of "QueryInterface" is unknown (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/d3d11.py#L28
Type of "WINFUNCTYPE" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/d3d11.py#L28
"WINFUNCTYPE" is not a known attribute of module "ctypes" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/d3d11.py#L30
Unnecessary "# pyright: ignore" rule: "reportArgumentType" (reportUnnecessaryTypeIgnoreComment)
|
Analysing the code with Pyright:
src/d3d11.py#L34
Type of "AddRef" is unknown (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/d3d11.py#L34
Type of "WINFUNCTYPE" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/d3d11.py#L34
"WINFUNCTYPE" is not a known attribute of module "ctypes" (reportAttributeAccessIssue)
|
Analysing the code with Pyright:
src/d3d11.py#L35
Type of "Release" is unknown (reportUnknownVariableType)
|
Analysing the code with Pyright:
src/d3d11.py#L35
Type of "WINFUNCTYPE" is unknown (reportUnknownMemberType)
|
Analysing the code with Pyright:
src/d3d11.py#L35
"WINFUNCTYPE" is not a known attribute of module "ctypes" (reportAttributeAccessIssue)
|
Loading