MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / code_for_pixel_format

Function code_for_pixel_format

platform/mac/pixelformat.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static inline U64 code_for_pixel_format(const pixel_format* format) {
227 pixel_format_or_code pfc;
228
229 pfc.code = 0;
230 pfc.format = *format;
231 return pfc.code;
232}
233
234
235static inline pixel_format pixel_format_for_code(U64 code) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected