Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(555, "MovieClip_RuntimeGPUTexture", 48)]
public class MovieClip_RuntimeGPUTexture {
[DNAFieldAttribute(0, "void", "*next", "void", 8, true)]
[DNAFieldAttribute(0, "void", "*next", "void", 8, true, 0)]
public object ptr_next;
[DNAFieldAttribute(1, "void", "*prev", "void", 8, true)]
[DNAFieldAttribute(1, "void", "*prev", "void", 8, true, 8)]
public object ptr_prev;
[DNAFieldAttribute(2, "MovieClipUser", "user", "MovieClipUser", 8, false)]
[DNAFieldAttribute(2, "MovieClipUser", "user", "MovieClipUser", 8, false, 16)]
public MovieClipUser user;
[DNAFieldAttribute(3, "GPUTexture", "*gputexture[3]", "GPUTexture[]", 24, true)]
[DNAFieldAttribute(3, "GPUTexture", "*gputexture[3]", "GPUTexture[]", 24, true, 24)]
public GPUTexture[] ptr_gputext = new GPUTexture[3];
public MovieClip_RuntimeGPUTexture() {
this.ptr_next = default;