Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
Common.h File Reference
#include "Core/Common/pch.h"

Go to the source code of this file.

Namespaces

namespace  Common
 

Macros

#define PROFILE_SCOPE
 
#define PROFILE_SCOPE_N(name)
 
#define PROFILE_FRAME
 

Functions

SDL_GPUShader * Common::LoadShader (SDL_GPUDevice *device, const std::string &shaderFilename, Uint32 samplerCount, Uint32 uniformBufferCount, Uint32 storageBufferCount, Uint32 storageTextureCount)
 This is a function that returns a compiled shader after taking the path to shader.
 
SDL_Surface * Common::LoadImage (const std::string &imageFileName, int desiredChannels)
 

Macro Definition Documentation

◆ PROFILE_FRAME

#define PROFILE_FRAME

◆ PROFILE_SCOPE

#define PROFILE_SCOPE

◆ PROFILE_SCOPE_N

#define PROFILE_SCOPE_N ( name)