mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
radv: make radv_make_sampler_descriptor() non-static
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39483>
This commit is contained in:
parent
1f15a71afe
commit
e81c375b4a
2 changed files with 4 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ radv_unregister_border_color(struct radv_device *device, uint32_t index)
|
|||
mtx_unlock(&device->border_color_data.mutex);
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
radv_make_sampler_descriptor(const struct radv_device *device, const struct vk_sampler_state *sampler_state,
|
||||
uint32_t *desc)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -28,4 +28,7 @@ VkResult radv_sampler_init(struct radv_device *device, struct radv_sampler *samp
|
|||
const VkSamplerCreateInfo *pCreateInfo);
|
||||
void radv_sampler_finish(struct radv_device *device, struct radv_sampler *sampler);
|
||||
|
||||
void radv_make_sampler_descriptor(const struct radv_device *device, const struct vk_sampler_state *sampler_state,
|
||||
uint32_t *desc);
|
||||
|
||||
#endif /* RADV_SAMPLER_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue