Include address info to access violations
This commit is contained in:
parent
03ba95e7e1
commit
64e08cc921
2 changed files with 17 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue