mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
glasm: Use storage buffers instead of global memory when possible
This commit is contained in:
parent
ec19b0d7eb
commit
df14567fcc
17 changed files with 503 additions and 437 deletions
|
@ -111,7 +111,10 @@ struct RuntimeInfo {
|
|||
std::optional<CompareFunction> alpha_test_func;
|
||||
float alpha_test_reference{};
|
||||
|
||||
// Static y negate value
|
||||
bool y_negate{};
|
||||
// Use storage buffers instead of global pointers on GLASM
|
||||
bool glasm_use_storage_buffers{};
|
||||
|
||||
std::vector<TransformFeedbackVarying> xfb_varyings;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue