Home
last modified time | relevance | path

Searched defs:TSCEntry (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/textures/
H A Dtexture.h320 struct TSCEntry { struct
321 union {
371 static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size"); argument