mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
[rpcsx-gpu] Upload missed file
This commit is contained in:
parent
ccf25ba026
commit
e9ffa97caa
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ public:
|
|||
return spirv::cast<spirv::SIntType>(getType(TypeId::SInt64));
|
||||
}
|
||||
|
||||
spirv::FloatType getFloat16Type() {
|
||||
return spirv::cast<spirv::FloatType>(getType(TypeId::Float16));
|
||||
}
|
||||
spirv::FloatType getFloat32Type() {
|
||||
return spirv::cast<spirv::FloatType>(getType(TypeId::Float32));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue