MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / getmap

Function getmap

external/dfdutils/testbidirectionalmapping.c:562–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562uint32_t *getmap(enum VkFormat f)
563{
564 switch (f) {
565#include "vk2dfd.inl"
566 default:
567 return 0; /* Unsupported value (notably, YUV formats). */
568 }
569}
570
571enum VkFormat unmap(uint32_t *dfd)
572{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected