radv: Remove remaining hard coded references to VS.
[mesa.git] / src / amd / vulkan / radv_private.h
index 2fc64655b1f6b957461bee7d25ce3f9d7eff8b98..0d6431c8c77cdb00c830e1de35c070379b24ccf1 100644 (file)
@@ -1129,6 +1129,8 @@ struct ac_userdata_info *radv_lookup_user_sgpr(struct radv_pipeline *pipeline,
                                               gl_shader_stage stage,
                                               int idx);
 
+struct radv_shader_variant *radv_get_vertex_shader(struct radv_pipeline *pipeline);
+
 struct radv_graphics_pipeline_create_info {
        bool use_rectlist;
        bool db_depth_clear;