Initial Super Resolution integration#776
Initial Super Resolution integration#776MikhailGorobets wants to merge 7 commits intoDiligentGraphics:super_resolutionfrom
Conversation
|
|
||
| SUPER_RESOLUTION_SPATIAL_CAP_FLAG_LAST = SUPER_RESOLUTION_SPATIAL_CAP_FLAG_NATIVE | ||
| }; | ||
| DEFINE_FLAG_ENUM_OPERATORS(SUPER_RESOLUTION_SPATIAL_CAP_FLAGS) |
Check warning
Code scanning / PREfast
Did you forget to initialize an enum constant, or intend to use another type?.
9e43e4f to
6559b6c
Compare
|
|
||
| ~SuperResolutionD3D12Impl(); | ||
|
|
||
| IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_SuperResolution, TSRUpscalerBase) |
Check warning
Code scanning / CodeQL
Local variable address stored in non-local memory Warning
| } | ||
|
|
||
| template <typename... ExtraArgsType> | ||
| void CreateSuperResolutionImpl(ISuperResolution** ppUpscaler, const SuperResolutionDesc& Desc, const ExtraArgsType&... ExtraArgs) |
Check notice
Code scanning / CodeQL
Unused local variable Note
| } | ||
|
|
||
| template <typename... ExtraArgsType> | ||
| void CreateSuperResolutionImpl(ISuperResolution** ppUpscaler, const SuperResolutionDesc& Desc, const ExtraArgsType&... ExtraArgs) |
Check notice
Code scanning / CodeQL
Unused static variable Note
520b725 to
b14cbe7
Compare
|
|
||
| ~SuperResolutionD3D12Impl(); | ||
|
|
||
| IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_SuperResolution, TSRUpscalerBase) |
Check warning
Code scanning / CodeQL
Local variable address stored in non-local memory
| } | ||
|
|
||
| template <typename... ExtraArgsType> | ||
| void CreateSuperResolutionImpl(ISuperResolution** ppUpscaler, const SuperResolutionDesc& Desc, const ExtraArgsType&... ExtraArgs) |
Check notice
Code scanning / CodeQL
Unused local variable
| } | ||
|
|
||
| template <typename... ExtraArgsType> | ||
| void CreateSuperResolutionImpl(ISuperResolution** ppUpscaler, const SuperResolutionDesc& Desc, const ExtraArgsType&... ExtraArgs) |
Check notice
Code scanning / CodeQL
Unused static variable
58431b0 to
042d197
Compare
042d197 to
ce2fc85
Compare
ce2fc85 to
d9ee786
Compare
No description provided.