mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Add nxt::VertexFormat::FloatR32
This commit is contained in:
committed by
Corentin Wallez
parent
4cd65f03b7
commit
8859178703
@@ -49,6 +49,7 @@ namespace opengl {
|
||||
case nxt::VertexFormat::FloatR32G32B32A32:
|
||||
case nxt::VertexFormat::FloatR32G32B32:
|
||||
case nxt::VertexFormat::FloatR32G32:
|
||||
case nxt::VertexFormat::FloatR32:
|
||||
return GL_FLOAT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user