| 864 | } |
| 865 | |
| 866 | CheckerboardImageGenerator::CheckerboardImageGenerator( std::array<uint8_t, 3> const & rgb0, std::array<uint8_t, 3> const & rgb1 ) |
| 867 | : m_rgb0( rgb0 ), m_rgb1( rgb1 ) |
| 868 | { |
| 869 | } |
| 870 | |
| 871 | void CheckerboardImageGenerator::operator()( void * data, vk::Extent2D & extent ) const |
| 872 | { |
nothing calls this directly
no outgoing calls
no test coverage detected