~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/vulkan/util/vk_format.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
extern "C" {
34
34
#endif
35
35
 
 
36
extern const enum pipe_format vk_format_map[];
 
37
 
36
38
enum pipe_format
37
39
vk_format_to_pipe_format(enum VkFormat vkformat);
38
40