mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
nvk: Mark nvk_push_descriptor_set_ref() inline
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
460a026d72
commit
2ec2ce44f3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ struct nvk_descriptor_set {
|
|||
VK_DEFINE_HANDLE_CASTS(nvk_descriptor_set, base, VkDescriptorSet,
|
||||
VK_OBJECT_TYPE_DESCRIPTOR_SET)
|
||||
|
||||
static void
|
||||
static inline void
|
||||
nvk_push_descriptor_set_ref(struct nouveau_ws_push *push,
|
||||
const struct nvk_descriptor_set *set)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue