spirv: Remove the type from sampled_image
[mesa.git] / src / compiler / spirv / vtn_private.h
index db6242fa85a58b5537783615d3b4d89d6e46895c..7c7527582b4c3326a008607c982de62afff6a533 100644 (file)
@@ -537,7 +537,6 @@ struct vtn_image_pointer {
 };
 
 struct vtn_sampled_image {
-   struct vtn_type *type;
    struct vtn_pointer *image; /* Image or array of images */
    struct vtn_pointer *sampler; /* Sampler */
 };