mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Tracy Instrument I_FinishUpdate, software display
This commit is contained in:
parent
17f6f9297a
commit
f62cf5fc83
2 changed files with 5 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ void I_StartDisplayUpdate(void)
|
||||||
|
|
||||||
void I_FinishUpdate(void)
|
void I_FinishUpdate(void)
|
||||||
{
|
{
|
||||||
|
ZoneScoped;
|
||||||
if (rendermode == render_none)
|
if (rendermode == render_none)
|
||||||
{
|
{
|
||||||
FrameMark;
|
FrameMark;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
#include <tracy/tracy/Tracy.hpp>
|
||||||
|
|
||||||
#include "doomdef.h"
|
#include "doomdef.h"
|
||||||
#include "r_local.h"
|
#include "r_local.h"
|
||||||
#include "p_local.h" // stplyr
|
#include "p_local.h" // stplyr
|
||||||
|
|
@ -3196,6 +3198,8 @@ void V_Recalc(void)
|
||||||
|
|
||||||
void VID_DisplaySoftwareScreen()
|
void VID_DisplaySoftwareScreen()
|
||||||
{
|
{
|
||||||
|
ZoneScoped;
|
||||||
|
|
||||||
// TODO implement
|
// TODO implement
|
||||||
// upload framebuffer, bind pipeline, draw
|
// upload framebuffer, bind pipeline, draw
|
||||||
rhi::Rhi* rhi = srb2::sys::get_rhi(srb2::sys::g_current_rhi);
|
rhi::Rhi* rhi = srb2::sys::get_rhi(srb2::sys::g_current_rhi);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue