[GPU] Add k prefix to texture load group size constants

This commit is contained in:
Triang3l
2022-05-22 19:35:25 +03:00
parent 8f06ba6f7d
commit 2f0a884438
15 changed files with 30 additions and 30 deletions

View File

@@ -15,8 +15,8 @@ xesl_entry
xesl_entry_binding_next
xesl_typedStorageBuffer(xesl_uint2, xe_texture_load_source, set=1, binding=0,
t0, space0)
xesl_entry_bindings_end_local_size(XeTextureLoadGroupSizeX,
XeTextureLoadGroupSizeY, 1)
xesl_entry_bindings_end_local_size(kXeTextureLoadGroupSizeX,
kXeTextureLoadGroupSizeY, 1)
xesl_input_global_invocation_id
xesl_entry_signature_end
// 1 thread = 16 blocks.