Skip to content

Conversation

matthew-russo
Copy link
Contributor

fixes #16

@bwasty
Copy link
Owner

bwasty commented Feb 16, 2019

Unrelated, but weird: if I don't force the usage of my Nvidia card on Windows (Nvidia Control Panel -> Preferred graphics processor), I get this:

     Running `target\debug\21_descriptor_layout_and_buffer.exe`
Supported extensions: [VK_KHR_surface, VK_KHR_win32_surface, VK_EXT_debug_report, VK_EXT_swapchain_colorspace, VK_KHR_get_physical_device_properties2]
error: process didn't exit successfully: `target\debug\21_descriptor_layout_and_buffer.exe` (exit code: 3221225477)

The integrated graphics is a Intel UHD Graphics 630.

@bwasty
Copy link
Owner

bwasty commented Feb 16, 2019

Hmm, I'm trying to rebase this branch to master, so the Github Action runs, but I'm always getting
[remote rejected] 21_uniform_buffer_definition_and_creation -> 21_uniform_buffer_definition_and_creation (refusing to allow an integration to create .github/main.workflow)
Seems like a known issue with Github Actions at the moment...though I would really like to have all open PRs rebased to trigger the Action.

@bwasty bwasty mentioned this pull request Feb 16, 2019
@bwasty bwasty merged commit 053e70d into bwasty:master Feb 19, 2019
matthew-russo pushed a commit to matthew-russo/vulkan-tutorial-rs that referenced this pull request Jan 6, 2020
…_and_creation

switches from glm to cgmath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Perhaps we should use cgmath instead of glm?

2 participants