1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-16 00:08:29 -04:00
OpenDiablo2/d2data/d2dcc/dcc_pixel_buffer_entry.go
Tim Sarbin 4c9f0ec03e
Performance improvements (#180)
* Performance improvements for rendering.
* Update go.mod
* Changed ebiten revision to support less copying
2019-11-15 13:40:26 -05:00

8 lines
115 B
Go

package d2dcc
type DCCPixelBufferEntry struct {
Value [4]byte
Frame int
FrameCellIndex int
}