mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
video_core: Add constant buffer support (#147)
This commit is contained in:
@@ -27,6 +27,7 @@ struct Buffer {
|
||||
BitField<15, 4, DataFormat> data_format;
|
||||
BitField<19, 2, u32> element_size;
|
||||
BitField<21, 2, u32> index_stride;
|
||||
BitField<23, 1, u32> add_tid_enable;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user