Package com.mojang.blaze3d.buffers
Interface GpuBuffer.ReadView
- All Superinterfaces:
 AutoCloseable
- All Known Implementing Classes:
 GlGpuBuffer.ReadResultImpl
- Enclosing class:
 GpuBuffer
- 
Method Summary
 
- 
Method Details
- 
data
ByteBuffer data() - 
close
void close()- Specified by:
 closein interfaceAutoCloseable
 
 -