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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user