mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Merge pull request #4008 from Daxode/wasm-quality-of-life
Quality of Life changes to wgpu/js
This commit is contained in:
Vendored
+2
@@ -33,6 +33,7 @@ Event_Kind :: enum u32 {
|
|||||||
Submit,
|
Submit,
|
||||||
Blur,
|
Blur,
|
||||||
Change,
|
Change,
|
||||||
|
HashChange,
|
||||||
Select,
|
Select,
|
||||||
|
|
||||||
Animation_Start,
|
Animation_Start,
|
||||||
@@ -112,6 +113,7 @@ event_kind_string := [Event_Kind]string{
|
|||||||
.Submit = "submit",
|
.Submit = "submit",
|
||||||
.Blur = "blur",
|
.Blur = "blur",
|
||||||
.Change = "change",
|
.Change = "change",
|
||||||
|
.HashChange = "hashchange",
|
||||||
.Select = "select",
|
.Select = "select",
|
||||||
|
|
||||||
.Animation_Start = "animationstart",
|
.Animation_Start = "animationstart",
|
||||||
|
|||||||
Vendored
+1
-6
@@ -716,12 +716,7 @@ BufferDescriptor :: struct {
|
|||||||
mappedAtCreation: b32,
|
mappedAtCreation: b32,
|
||||||
}
|
}
|
||||||
|
|
||||||
Color :: struct {
|
Color :: [4]f64
|
||||||
r: f64,
|
|
||||||
g: f64,
|
|
||||||
b: f64,
|
|
||||||
a: f64,
|
|
||||||
}
|
|
||||||
|
|
||||||
CommandBufferDescriptor :: struct {
|
CommandBufferDescriptor :: struct {
|
||||||
nextInChain: ^ChainedStruct,
|
nextInChain: ^ChainedStruct,
|
||||||
|
|||||||
Reference in New Issue
Block a user