mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix linux build
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "api/replay/renderdoc_replay.h"
|
||||
|
||||
typedef unsigned int GLuint;
|
||||
|
||||
inline constexpr GPUCounter MakeIntelGlCounter(int index)
|
||||
{
|
||||
return GPUCounter((int)GPUCounter::FirstIntel + index);
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
#include "3rdparty/glslang/SPIRV/spirv.hpp"
|
||||
#include "api/replay/renderdoc_replay.h"
|
||||
|
||||
namespace rdcspv
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user