Added Generation Output
This commit is contained in:
16
BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs
Normal file
16
BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class MovieClip_RuntimeGPUTexture {
|
||||
public object ptr_next;
|
||||
public object ptr_prev;
|
||||
public MovieClipUser user;
|
||||
public GPUTexture[] ptr_gputext = new GPUTexture[3];
|
||||
public MovieClip_RuntimeGPUTexture(object ptr_next, object ptr_prev, MovieClipUser user, GPUTexture[] ptr_gputext) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.user = user;
|
||||
this.ptr_gputext = ptr_gputext;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user