Class MovieClip_RuntimeGPUTexture


  • public class MovieClip_RuntimeGPUTexture
    extends CFacade
    Generated facet for DNA struct type 'MovieClip_RuntimeGPUTexture'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct MovieClip_RuntimeGPUTexture.

        It is required when allocating a new block to store data for MovieClip_RuntimeGPUTexture.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__next

        public static final long[] __DNA__FIELD__next
        Field descriptor (offset) for struct member 'next'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...;
         CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__next);
         CPointer<CPointer<Object>> p_next = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

        public static final long[] __DNA__FIELD__prev
        Field descriptor (offset) for struct member 'prev'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...;
         CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__prev);
         CPointer<CPointer<Object>> p_prev = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__user

        public static final long[] __DNA__FIELD__user
        Field descriptor (offset) for struct member 'user'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...;
         CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__user);
         CPointer<MovieClipUser> p_user = p.cast(new Class[]{MovieClipUser.class});
         

        Metadata

        • Field: 'user'
        • Signature: 'MovieClipUser'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__gputexture

        public static final long[] __DNA__FIELD__gputexture
        Field descriptor (offset) for struct member 'gputexture'.

        Field Documentation

        Blender Source Code

        Not written in file 4 = TEXTARGET_COUNT.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip_RuntimeGPUTexture movieclip_runtimegputexture = ...;
         CPointer<Object> p = movieclip_runtimegputexture.__dna__addressof(MovieClip_RuntimeGPUTexture.__DNA__FIELD__gputexture);
         CPointer<CArrayFacade<CPointer<Object>>> p_gputexture = p.cast(new Class[]{CArrayFacade.class, CPointer.class, Object.class});
         

        Metadata

        • Field: 'gputexture'
        • Signature: 'GPUTexture*[4]'
        • Actual Size (32bit/64bit): 16/32
    • Constructor Detail

      • MovieClip_RuntimeGPUTexture

        public MovieClip_RuntimeGPUTexture​(long __address,
                                           Block __block,
                                           BlockTable __blockTable)
    • Method Detail

      • getNext

        public CPointer<java.lang.Object> getNext()
                                           throws java.io.IOException
        Get method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • setNext

        public void setNext​(CPointer<java.lang.Object> next)
                     throws java.io.IOException
        Set method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • getPrev

        public CPointer<java.lang.Object> getPrev()
                                           throws java.io.IOException
        Get method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • setPrev

        public void setPrev​(CPointer<java.lang.Object> prev)
                     throws java.io.IOException
        Set method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • getUser

        public MovieClipUser getUser()
                              throws java.io.IOException
        Get method for struct member 'user'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__user
      • setUser

        public void setUser​(MovieClipUser user)
                     throws java.io.IOException
        Set method for struct member 'user'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__user
      • getGputexture

        public CArrayFacade<CPointer<java.lang.Object>> getGputexture()
                                                               throws java.io.IOException
        Get method for struct member 'gputexture'.

        Field Documentation

        Blender Source Code

        Not written in file 4 = TEXTARGET_COUNT.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gputexture
      • setGputexture

        public void setGputexture​(CArrayFacade<CPointer<java.lang.Object>> gputexture)
                           throws java.io.IOException
        Set method for struct member 'gputexture'.

        Field Documentation

        Blender Source Code

        Not written in file 4 = TEXTARGET_COUNT.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gputexture