Compare commits

..

3 commits

Author SHA1 Message Date
837828a774 Update Rust crate rusqlite to 0.34.0 2025-03-08 12:02:29 +00:00
adc4def4e2 Back to whole area 2025-03-08 12:48:06 +01:00
506962bdcd Small setting changes 2025-03-08 12:25:48 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ impl<'a> Default for EngineCreateInfo<'a> {
enable_game_mode: true, enable_game_mode: true,
}, },
vulkan_debug_info: VulkanDebugInfo { vulkan_debug_info: VulkanDebugInfo {
debugging: true, debugging: false,
steam_layer: false, steam_layer: false,
verbose: false, verbose: false,
renderdoc: false, renderdoc: false,

View file

@ -1,6 +1,6 @@
#version 450 #version 450
layout (binding = 1) uniform samplerCube sampler_cube_map; layout (set = 0, binding = 1) uniform samplerCube sampler_cube_map;
layout (location = 0) in vec3 in_uvw; layout (location = 0) in vec3 in_uvw;