Skip to content

Commit

Permalink
Fixed issue that the declaration for vsg:createHeadLight() was not found
Browse files Browse the repository at this point in the history
Fix #51
  • Loading branch information
rhabacker committed Mar 20, 2024
1 parent 4d7c14a commit 20d5349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsgvr/src/vsgvr/app/CompositionLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <vsg/app/View.h>
#include <vsg/app/RenderGraph.h>
#include <vsg/commands/PipelineBarrier.h>
#include <vsg/nodes/Light.h>
#include <vsg/ui/FrameStamp.h>
#include <vsg/vk/SubmitCommands.h>

Expand Down

0 comments on commit 20d5349

Please sign in to comment.