Skip to content

Commit

Permalink
VK: Add enums for renderer messages as alternative to signals for int…
Browse files Browse the repository at this point in the history
…er-thread communication.
  • Loading branch information
jamievlin committed Jan 1, 2024
1 parent 553b6e1 commit 5b5488c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/vkRenderMessages.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#pragma once

enum VulkanRendererMessage : uint32_t
{
/** Export, if ready */
exportRender = 0
};

0 comments on commit 5b5488c

Please sign in to comment.