Vulkan-Hpp
vk::su::CheckerboardImageGenerator Class Reference

#include <utils.hpp>

Public Member Functions

 CheckerboardImageGenerator (std::array< uint8_t, 3 > const &rgb0={ { 0, 0, 0 } }, std::array< uint8_t, 3 > const &rgb1={ { 255, 255, 255 } })
 
void operator() (void *data, vk::Extent2D &extent) const
 

Detailed Description

Definition at line 236 of file utils.hpp.

Constructor & Destructor Documentation

◆ CheckerboardImageGenerator()

vk::su::CheckerboardImageGenerator::CheckerboardImageGenerator ( std::array< uint8_t, 3 > const &  rgb0 = { { 0, 0, 0 } },
std::array< uint8_t, 3 > const &  rgb1 = { { 255, 255, 255 } } 
)

Definition at line 865 of file utils.cpp.

Member Function Documentation

◆ operator()()

void vk::su::CheckerboardImageGenerator::operator() ( void *  data,
vk::Extent2D extent 
) const

Definition at line 870 of file utils.cpp.


The documentation for this class was generated from the following files: