Class BGFXCapsGPU

All Implemented Interfaces:
Pointer

public class BGFXCapsGPU extends Struct<BGFXCapsGPU>
GPU info.

Layout


 struct bgfx_caps_gpu_t {
     uint16_t vendorId();
     uint16_t deviceId();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • VENDORID

      public static final int VENDORID
      The struct member offsets.
    • DEVICEID

      public static final int DEVICEID
      The struct member offsets.
  • Constructor Details

    • BGFXCapsGPU

      public BGFXCapsGPU(ByteBuffer container)
      Creates a BGFXCapsGPU instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details