Render byte buffers from the application

This commit is contained in:
2024-10-16 00:25:31 -04:00
parent ce01974243
commit a4b81c2603
10 changed files with 156 additions and 24 deletions
+15
View File
@@ -0,0 +1,15 @@
.section .note.GNU-stack,"",@progbits
.section .bindata, "a", @progbits
.global asset_lefteye_start
.type asset_lefteye_start, @object
.global asset_righteye_start
.type asset_righteye_start, @object
.section .bindata
.balign 64
asset_lefteye_start:
.incbin "assets/lefteye.bin"
.balign 64
asset_righteye_start:
.incbin "assets/righteye.bin"
Binary file not shown.
Binary file not shown.