Class RenderModelTextureMap

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class RenderModelTextureMap
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    A texture map for use on a render model.

    Layout

    
     struct RenderModel_TextureMap_t {
         uint16_t unWidth;
         uint16_t unHeight();
         uint8_t const * rubTextureMapData(int);
         EVRRenderModelTextureFormat format();
     }