Class StructStd140BufferObject

All Implemented Interfaces:
Savable, Cloneable

public class StructStd140BufferObject extends BufferObject
A BufferObject containing a struct serialized with Std140 layout.
  • Constructor Details

    • StructStd140BufferObject

      public StructStd140BufferObject()
      Create an empty Struct buffer
      Parameters:
      str -
    • StructStd140BufferObject

      public StructStd140BufferObject(int id)
      Internal only
    • StructStd140BufferObject

      public StructStd140BufferObject(Struct str)
      Create a Struct buffer from a Struct
      Parameters:
      str - the source struct
  • Method Details