add linear_depth material
This commit is contained in:
12
thermion_dart/native/include/material/linear_depth.S
Normal file
12
thermion_dart/native/include/material/linear_depth.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global LINEAR_DEPTH_LINEAR_DEPTH_OFFSET;
|
||||
.global LINEAR_DEPTH_LINEAR_DEPTH_SIZE;
|
||||
|
||||
.global LINEAR_DEPTH_PACKAGE
|
||||
.section .rodata
|
||||
LINEAR_DEPTH_PACKAGE:
|
||||
.incbin "linear_depth.bin"
|
||||
LINEAR_DEPTH_LINEAR_DEPTH_OFFSET:
|
||||
.int 0
|
||||
LINEAR_DEPTH_LINEAR_DEPTH_SIZE:
|
||||
.int 144758
|
||||
|
||||
Reference in New Issue
Block a user