Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 31, 2024
1 parent 12dacc8 commit e45303a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inc/XboxDDSTextureLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace Xbox
void FreeDDSTextureMemory( _In_opt_ void* grfxMemory ) noexcept;

#ifdef __cpp_lib_byte
HRESULT __cdecl CreateDDSTextureFromMemory(
inline HRESULT __cdecl CreateDDSTextureFromMemory(
_In_ ID3D11DeviceX* d3dDevice,
_In_reads_bytes_(ddsDataSize) const uint8_t* ddsData,
_In_ size_t ddsDataSize,
Expand Down

0 comments on commit e45303a

Please sign in to comment.