MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_vk_link_struct

Function ff_vk_link_struct

libavutil/vulkan.h:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388static inline void ff_vk_link_struct(void *chain, const void *in)
389{
390 VkBaseOutStructure *out = chain;
391 while (out->pNext)
392 out = out->pNext;
393
394 out->pNext = (void *)in;
395}
396
397#define FF_VK_STRUCT_EXT(CTX, BASE, STRUCT_P, EXT_FLAG, TYPE) \
398 do { \

Callers 1

create_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected