File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ namespace DirectX
41
41
_In_ REFGUID guidContainerFormat,
42
42
_In_z_ const wchar_t * fileName,
43
43
_In_opt_ const GUID* targetFormat = nullptr ,
44
- _In_opt_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr,
44
+ _In_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr,
45
45
_In_ bool forceSRGB = false);
46
46
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ namespace DirectX
63
63
D3D12_RESOURCE_STATES beforeState = D3D12_RESOURCE_STATE_RENDER_TARGET,
64
64
D3D12_RESOURCE_STATES afterState = D3D12_RESOURCE_STATE_RENDER_TARGET,
65
65
_In_opt_ const GUID* targetFormat = nullptr ,
66
- _In_opt_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr,
66
+ _In_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr,
67
67
bool forceSRGB = false);
68
68
#endif
69
69
}
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ namespace DirectX
43
43
_In_ REFGUID guidContainerFormat,
44
44
_In_z_ const wchar_t * fileName,
45
45
_In_opt_ const GUID* targetFormat = nullptr ,
46
- _In_opt_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr);
46
+ _In_ std::function<void __cdecl (IPropertyBag2*)> setCustomProps = nullptr);
47
47
}
You can’t perform that action at this time.
0 commit comments