Skip to content
Snippets Groups Projects
Commit cc7009f6 authored by Pablo Escobar's avatar Pablo Escobar
Browse files

default renderpass::process() frame parameter to 0

parent 179304bc
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ namespace lava { ...@@ -19,7 +19,7 @@ namespace lava {
bool create(VkAttachmentsRef target_attachments, rect area); bool create(VkAttachmentsRef target_attachments, rect area);
void destroy(); void destroy();
void process(VkCommandBuffer cmd_buf, index frame); void process(VkCommandBuffer cmd_buf, index frame = 0);
device_ptr get_device() { device_ptr get_device() {
return device; return device;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment