public final class ImDrawData
extends java.lang.Object
BINDING NOTICE: DO NOT TRY TO MODIFY FIELDS OF THIS CLASS MANUALLY! You should only access their values after ImGui.render()
call.
Modifier and Type | Field and Description |
---|---|
static int |
CMD_BUFFER_SIZE |
java.nio.ByteBuffer |
cmdByteBuffer |
int |
cmdListsCount |
float |
displayPosX |
float |
displayPosY |
float |
displaySizeX |
float |
displaySizeY |
float |
framebufferScaleX |
float |
framebufferScaleY |
static int |
I_BUFFER_SIZE |
java.nio.ByteBuffer |
iByteBuffer |
int |
totalIdxCount |
int |
totalVtxCount |
static int |
V_BUFFER_SIZE |
java.nio.ByteBuffer |
vByteBuffer |
public static final int V_BUFFER_SIZE
public static final int I_BUFFER_SIZE
public static final int CMD_BUFFER_SIZE
public java.nio.ByteBuffer vByteBuffer
public java.nio.ByteBuffer iByteBuffer
public java.nio.ByteBuffer cmdByteBuffer
public int totalIdxCount
public int totalVtxCount
public int cmdListsCount
public float displayPosX
public float displayPosY
public float displaySizeX
public float displaySizeY
public float framebufferScaleX
public float framebufferScaleY