Package org.lwjgl.bgfx
Class BGFXViewStats.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<BGFXViewStats,BGFXViewStats.Buffer>
-
- org.lwjgl.bgfx.BGFXViewStats.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<BGFXViewStats>
,org.lwjgl.system.Pointer
- Enclosing class:
- BGFXViewStats
public static class BGFXViewStats.Buffer extends org.lwjgl.system.StructBuffer<BGFXViewStats,BGFXViewStats.Buffer>
An array ofBGFXViewStats
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
cpuTimeElapsed()
Returns the value of thecpuTimeElapsed
field.long
gpuTimeElapsed()
Returns the value of thegpuTimeElapsed
field.java.nio.ByteBuffer
name()
Returns aByteBuffer
view of thename
field.java.lang.String
nameString()
Decodes the null-terminated string stored in thename
field.short
view()
Returns the value of theview
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newBGFXViewStats.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byBGFXViewStats.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
name
public java.nio.ByteBuffer name()
Returns aByteBuffer
view of thename
field.
-
nameString
public java.lang.String nameString()
Decodes the null-terminated string stored in thename
field.
-
view
public short view()
Returns the value of theview
field.
-
cpuTimeElapsed
public long cpuTimeElapsed()
Returns the value of thecpuTimeElapsed
field.
-
gpuTimeElapsed
public long gpuTimeElapsed()
Returns the value of thegpuTimeElapsed
field.
-
-