From 36e96fc4d1c99d45c9df2c381428ef966362dc3c Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 15 Jul 2024 17:00:49 +0200 Subject: [PATCH] Test message --- src/experimental/meshlets/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/experimental/meshlets/main.cpp b/src/experimental/meshlets/main.cpp index c319ad7..a07ece7 100644 --- a/src/experimental/meshlets/main.cpp +++ b/src/experimental/meshlets/main.cpp @@ -151,6 +151,8 @@ int main() { if (!glfwInit()) return -1; + rtLog("EXP", "Meshlets experiment starting."); + glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_API); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4);