init dump
This commit is contained in:
9
Sources/JolkEngine/Content/Image.swift
Normal file
9
Sources/JolkEngine/Content/Image.swift
Normal file
@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
|
||||
public struct Image: Resource
|
||||
{
|
||||
let pixels: Data
|
||||
let width: Int
|
||||
let height: Int
|
||||
}
|
Reference in New Issue
Block a user