mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 17:55:46 +00:00
fixup simple type conversions where possible
This commit is contained in:
parent
8417518330
commit
17e9bc5392
14 changed files with 55 additions and 45 deletions
|
@ -56,7 +56,7 @@ struct State {
|
|||
// Used to buffer partial vertices for immediate-mode rendering.
|
||||
Shader::InputVertex input_vertex;
|
||||
// Index of the next attribute to be loaded into `input_vertex`.
|
||||
int current_attribute = 0;
|
||||
u32 current_attribute = 0;
|
||||
} immediate;
|
||||
|
||||
// This is constructed with a dummy triangle topology
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue