Added base documentation generated from doxyen and sphinx
This commit is contained in:
parent
4e2ef636c9
commit
bac190632b
15 changed files with 2812 additions and 5 deletions
|
|
@ -13,10 +13,16 @@
|
|||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
Base algorithm based operation
|
||||
*/
|
||||
template<uint32_t tX = 0, uint32_t tY = 0, uint32_t tZ = 0>
|
||||
class OpMult : public OpBase
|
||||
{
|
||||
public:
|
||||
/**
|
||||
Constructor
|
||||
*/
|
||||
OpMult();
|
||||
|
||||
OpMult(std::shared_ptr<vk::PhysicalDevice> physicalDevice,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue