Skip to content

Commit

Permalink
Enable GL_EXT_samplerless_texture_functions in compute shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Oct 19, 2024
1 parent aef7995 commit 0809e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lvk/vulkan/VulkanClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5276,6 +5276,7 @@ lvk::ShaderModuleState lvk::VulkanContext::createShaderModuleFromGLSL(ShaderStag
#extension GL_EXT_buffer_reference_uvec2 : require
#extension GL_EXT_debug_printf : enable
#extension GL_EXT_nonuniform_qualifier : require
#extension GL_EXT_samplerless_texture_functions : require
#extension GL_EXT_shader_explicit_arithmetic_types_float16 : require
)";
}
Expand Down

0 comments on commit 0809e62

Please sign in to comment.