terminal/kitty-gfx: process source rectangle display params

This commit is contained in:
Mitchell Hashimoto
2023-08-22 14:33:41 -07:00
parent 84c72bbe46
commit 3bbfee676b
7 changed files with 94 additions and 86 deletions

View File

@@ -40,6 +40,7 @@ pub const MTLIndexType = enum(c_ulong) {
pub const MTLVertexFormat = enum(c_ulong) {
uchar4 = 3,
float2 = 29,
float4 = 31,
int2 = 33,
uint = 36,
uint2 = 37,