compiler: add additional cs metadata fields to shader info
And copy values from GLSL. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -118,6 +118,11 @@ typedef struct shader_info {
|
||||
|
||||
struct {
|
||||
unsigned local_size[3];
|
||||
|
||||
/**
|
||||
* Size of shared variables accessed by the compute shader.
|
||||
*/
|
||||
unsigned shared_size;
|
||||
} cs;
|
||||
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user