AMD crashfix

This commit is contained in:
mcrcortex
2025-04-25 22:40:09 +10:00
parent 71c181fb2c
commit 5f1c89144c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#version 460 core
#extension GL_ARB_gpu_shader_int64 : enable
#define VISIBILITY_ACCESS writeonly
#define VISIBILITY_ACCESS
#define VISIBILITY_BUFFER_BINDING 2
#import <voxy:lod/gl46/bindings.glsl>
layout(early_fragment_tests) in;

View File

@@ -1,6 +1,6 @@
#version 460 core
#extension GL_ARB_gpu_shader_int64 : enable
#define VISIBILITY_ACCESS readonly
#define VISIBILITY_ACCESS
#define SECTION_METADATA_BUFFER_BINDING 1
#define VISIBILITY_BUFFER_BINDING 2