Adding gif and sprite animation examples.
-Added new UpdateTextureUnsafe method to support it.
This commit is contained in:
parent
a997a44fb9
commit
f529bc2897
6 changed files with 215 additions and 2 deletions
|
@ -1090,8 +1090,8 @@ const (
|
|||
// Image type, bpp always RGBA (32bit)
|
||||
// NOTE: Data stored in CPU memory (RAM)
|
||||
type Image struct {
|
||||
// Image raw data
|
||||
data unsafe.Pointer
|
||||
// Image raw Data
|
||||
Data unsafe.Pointer
|
||||
// Image base width
|
||||
Width int32
|
||||
// Image base height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue