Git Product home page Git Product logo

Comments (9)

porky11 avatar porky11 commented on May 23, 2024 1

As said, I just installed Vulkan-ValidationLayers, which I didn't have installed before.
And also when specifying -DCMAKE_BUILD_TYPE=Release it also works without layers installed :)

from vkvg.

jpbruyere avatar jpbruyere commented on May 23, 2024

Are you building from source? if yes can you run it in Debug mode with validation enabled:

cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_VALIDATION=true
make

Are you able to run other examples?
Initialisation failed, so it's likely a vulkan environment configuration problem.
If you are using the vulkan sdk from lunarg, don't forget to set environment variables:

export VULKAN_SDK=/mnt/devel/vulkan/VulkanSDK/1.2.135.0/x86_64  <= change only here
export PATH=$VULKAN_SDK/bin:$PATH
export LD_LIBRARY_PATH=$VULKAN_SDK/lib
export VK_LAYER_PATH=$VULKAN_SDK/etc/vulkan/explicit_layer.d

from vkvg.

jpbruyere avatar jpbruyere commented on May 23, 2024

Also what's your operating system? linux or windows?

from vkvg.

porky11 avatar porky11 commented on May 23, 2024

I build from source, current master

I tried your first tip, but it didn't work.

I get the same error for every example.

I don't have vulkan sdk installed. I just have the nvidia drivers and Vulkan-Headers from my repos installed and other libs using vulkan also work (for example the VulkanSamples).

I use linux, i.e. void linux, which is similar to arch linux, but has it's own package-manager

from vkvg.

jpbruyere avatar jpbruyere commented on May 23, 2024

can you give me the full output in debug mode with validation enabled?

from vkvg.

jpbruyere avatar jpbruyere commented on May 23, 2024

can you also give me the output of the command:

vulkaninfo

from vkvg.

porky11 avatar porky11 commented on May 23, 2024

Enabling validation didn't change anything first. I still had to install validation layers. And now most examples just work.

Did you try to run your program without validataion layers installed yet?

from vkvg.

porky11 avatar porky11 commented on May 23, 2024

Besides, it even works without these options: -DCMAKE_BUILD_TYPE=Debug -DENABLE_VALIDATION=true

from vkvg.

jpbruyere avatar jpbruyere commented on May 23, 2024

In release mode, without validation or renderdoc enabled, it should work without layer installed.
What have you done to make it work? setting environment variables?

from vkvg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.