~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/hud/font.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:
28
28
#ifndef FONT_H
29
29
#define FONT_H
30
30
 
31
 
#include "pipe/p_compiler.h"
 
31
#include "util/compiler.h"
32
32
 
33
33
struct pipe_resource;
34
34
struct pipe_context;
52
52
   unsigned glyph_height;
53
53
};
54
54
 
55
 
boolean
 
55
bool
56
56
util_font_create(struct pipe_context *pipe, enum util_font_name name,
57
57
                         struct util_font *out_font);
58
58