Skip to content

Some feedback #8

@Kakadu

Description

@Kakadu

In general, I'm curious, does this project have enough TODO's (the root file is 5 years old) to introduce a student to OCaml.

I tried to compile this, triangle renders fine with change of environment variable. Tesseract demo crashes on memory map. Don't know why. https://gist.github.com/Kakadu/d78c04938cbf40a3b179d87fd2583114

diff --git a/Makefile b/Makefile
index e969634..9c0664b 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ shaders/%/vert.spv : shaders/%/base.vert
 
 
 test-triangle: bin/triangle
-       VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation ./bin/triangle
+       VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation ./bin/triangle
 
 test-tesseract: bin/tesseract
-       VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation ./bin/tesseract
+       VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation ./bin/tesseract
 .PHONY: vkspec
 vkspec:
        mkdir -p spec \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions