compiler: add shader_info.cs.user_data_components_amd

This commit is contained in:
Marek Olšák
2019-07-31 21:33:37 -04:00
parent 155789c8e7
commit f0ccc5457a
3 changed files with 5 additions and 0 deletions

View File

@@ -261,6 +261,7 @@ typedef struct shader_info {
unsigned local_size[3];
bool local_size_variable;
char user_data_components_amd;
/**
* Size of shared variables accessed by the compute shader.