mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-24 01:20:44 +01:00
[rpcsx-gpu] Upload missed file
This commit is contained in:
parent
ccf25ba026
commit
e9ffa97caa
|
|
@ -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…
Reference in a new issue