forked from KolibriOS/kolibrios
'3DSheart.ASM': fix2
git-svn-id: svn://kolibrios.org@1784 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
25924b9657
commit
8f0e1234e0
@ -319,6 +319,14 @@ include "../../3DS/3DMATH.INC"
|
||||
include "../../3DS/GRD3.INC"
|
||||
include "../../3DS/FLAT3.INC"
|
||||
|
||||
fill_Z_buffer:
|
||||
mov eax,0x70000000
|
||||
; mov edi,Z_buffer
|
||||
mov edi,[Zbuffer_ptr]
|
||||
mov ecx,SIZE_X*SIZE_Y
|
||||
rep stosd
|
||||
ret
|
||||
|
||||
|
||||
;alloc_buffer_mem:
|
||||
; mov eax,68
|
||||
|
Loading…
Reference in New Issue
Block a user