Show D3DIndexBufferDesc.java syntax highlighted
package org.lwjgl.d3d;
public class D3DIndexBufferDesc {
public int Format; //D3DFORMAT
public int Type; //D3DRESOURCETYPE
public long Usage; //DWORD
public int Pool; //D3DPOOL
public int Size; //UINT
}
See more files for this project here