Robin Voetter 5090d75e48
spirv: make load() and store() accept MemoryOptions
This struct is used to configure the load, such as to make
it volatile. Previously this was done using a single bool, but
this struct makes it shorter to write non-volatile loads (the
usual) and more clear whats going on when a volatile load is
required.
2023-10-21 17:46:52 +02:00
..
2023-10-17 21:27:09 -07:00
2023-10-20 01:59:55 -04:00
2023-10-08 16:54:31 -07:00
2023-08-15 02:52:38 -07:00
2023-10-18 15:50:00 -07:00
2023-10-02 15:31:49 -06:00