updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -19,13 +19,13 @@ namespace BlendFile.DNA {
public GPUTexture tex;
[DNAFieldAttribute(8, "char", 1, "*data", "char", true, 8)]
public char data;
[DNAArrayAttribute(12, "int", 2, "tex_size[3]", "System.Int32[]", 3, 16)]
[DNAArrayAttribute(12, "int", 2, "tex_size[3]", "System.Int32[]", 3, false, 16)]
public int[] tex_size = new System.Int32[3];
[DNAFieldAttribute(1, "char", 3, "data_type", "char", false, 28)]
public char data_type;
[DNAFieldAttribute(1, "char", 4, "components", "char", false, 29)]
public char components;
[DNAArrayAttribute(2, "char", 5, "_pad[2]", "System.Char[]", 2, 30)]
[DNAArrayAttribute(2, "char", 5, "_pad[2]", "System.Char[]", 2, false, 30)]
public char[] _pad = new System.Char[2];
public LightCacheTexture() {
this.tex = default;