Package icyllis.arc3d.engine
Class BufferViewInfo
java.lang.Object
icyllis.arc3d.engine.BufferViewInfo
Struct that can be passed into bind buffer calls on the 
CommandBuffer.
 The ownership of the buffer and its usage in command submission must be tracked by
 the caller (e.g. as with buffers created by BufferManager).- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(@Nullable BufferViewInfo o) booleanisValid()voidset(@Nullable BufferViewInfo o)  
- 
Field Details
- 
mBuffer
 - 
mOffset
public long mOffset - 
mSize
public long mSize 
 - 
 - 
Constructor Details
- 
BufferViewInfo
public BufferViewInfo() 
 - 
 - 
Method Details
- 
isValid
public boolean isValid() - 
set
 - 
equals
 
 -