Update to VK_HEADER_VERSION 175.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace vk
|
||||
std::ostream & operator<<( std::ostream & os, LUID const & uuid )
|
||||
{
|
||||
os << std::setfill( '0' ) << std::hex;
|
||||
for ( int j = 0; j < VK_LUID_SIZE; ++j )
|
||||
for ( uint32_t j = 0; j < VK_LUID_SIZE; ++j )
|
||||
{
|
||||
os << std::setw( 2 ) << static_cast<uint32_t>( uuid.m_data[j] );
|
||||
if ( j == 3 || j == 5 )
|
||||
|
||||
Reference in New Issue
Block a user