doc hell
This commit is contained in:
parent
3275eb2f70
commit
53df70b4f1
70 changed files with 108 additions and 11285 deletions
|
|
@ -63,6 +63,9 @@ namespace Crafter {
|
|||
};
|
||||
vkUpdateDescriptorSets(VulkanDevice::device, 3, &write[0], 0, nullptr);
|
||||
}
|
||||
/**
|
||||
* @brief Must be called after every update to the camera or this transform
|
||||
*/
|
||||
void Update() {
|
||||
*mvp.value = camera->projectionView*transform;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue