MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / LUID

Class LUID

samples/PhysicalDeviceProperties/PhysicalDeviceProperties.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 namespace su
58 {
59 struct LUID
60 {
61 public:
62 LUID( uint8_t const data[VK_LUID_SIZE] )
63 {
64 memcpy( m_data, data, VK_LUID_SIZE * sizeof( uint8_t ) );
65 }
66
67 uint8_t m_data[VK_LUID_SIZE];
68 };
69
70 std::ostream & operator<<( std::ostream & os, LUID const & uuid )
71 {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected