mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-08 03:33:14 +00:00
SampleCountFlagBits::e16 - GetGpuClock64 (#360)
* SampleCountFlagBits::e16 * GpuClock64 * GpuClock64 * Update pm4_cmds.h * Update pm4_cmds.h
This commit is contained in:
parent
21462523de
commit
7308864537
2 changed files with 13 additions and 0 deletions
|
@ -681,6 +681,8 @@ vk::SampleCountFlagBits NumSamples(u32 num_samples) {
|
|||
return vk::SampleCountFlagBits::e4;
|
||||
case 8:
|
||||
return vk::SampleCountFlagBits::e8;
|
||||
case 16:
|
||||
return vk::SampleCountFlagBits::e16;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue