2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-05 12:33:02 +00:00

chore: add tests for techset and technique compilation

This commit is contained in:
Jan Laupetin
2026-02-28 22:53:27 +01:00
parent aec1372c5b
commit c0a7114b24
14 changed files with 867 additions and 5 deletions

View File

@@ -5760,9 +5760,13 @@ namespace T6
STREAM_SRC_TEXCOORD_0 = 0x2,
STREAM_SRC_NORMAL = 0x3,
STREAM_SRC_TANGENT = 0x4,
STREAM_SRC_TEXCOORD_1 = 0x5,
STREAM_SRC_OPTIONAL_BEGIN = 0x6,
STREAM_SRC_PRE_OPTIONAL_BEGIN = 0x5,
STREAM_SRC_TEXCOORD_1 = 0x5,
STREAM_SRC_OPTIONAL_BEGIN = 0x6,
STREAM_SRC_TEXCOORD_2 = 0x6,
STREAM_SRC_TEXCOORD_3 = 0x7,
STREAM_SRC_NORMAL_TRANSFORM_0 = 0x8,