render: implement a vulkan renderer
This commit is contained in:
parent
4ba8550da8
commit
cf332e8436
66 changed files with 4287 additions and 239 deletions
|
|
@ -218,7 +218,6 @@ impl GuiElement for Button {
|
|||
&tex.texture,
|
||||
tx.round() as _,
|
||||
ty.round() as _,
|
||||
ARGB8888,
|
||||
None,
|
||||
None,
|
||||
r.scale(),
|
||||
|
|
@ -321,7 +320,6 @@ impl GuiElement for Label {
|
|||
&tex.texture,
|
||||
tx.round() as _,
|
||||
ty.round() as _,
|
||||
ARGB8888,
|
||||
None,
|
||||
None,
|
||||
r.scale(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue