Include address info to access violations

This commit is contained in:
Magnus Norddahl 2025-04-26 15:56:39 +02:00
commit 64e08cc921
2 changed files with 17 additions and 0 deletions

View file

@ -64,6 +64,9 @@ VkShaderManager::VkShaderManager(VulkanRenderDevice* fb) : fb(fb)
.AddSource("VersionBlock", GetVersionBlock().GetChars())
.AddSource("shaders/scene/comp_lighttiles.glsl", LoadPrivateShaderLump("shaders/scene/comp_lighttiles.glsl").GetChars())
.Compile(fb);
int* bull = (int*)0xbeefb00bdeadbabeULL;
*bull = 0xb00bbabe;
}
VkShaderManager::~VkShaderManager()