浏览代码

LibVirtGPU: Add enum for Gallium texture formats

Stephan Unverwerth 2 年之前
父节点
当前提交
65a1ebcccf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Userland/Libraries/LibVirtGPU/VirGLProtocol.h

+ 4 - 0
Userland/Libraries/LibVirtGPU/VirGLProtocol.h

@@ -212,6 +212,10 @@ enum class ShaderType : u32 {
     SHADER_TYPES
     SHADER_TYPES
 };
 };
 
 
+enum class PipeFormat : u32 {
+    R32G32B32_FLOAT = 30
+};
+
 }
 }
 
 
 }
 }