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

Method CheckerboardImageGenerator

samples/utils/utils.cpp:866–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected