Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
Core::RenderData Struct Reference

#include <Context.h>

Public Attributes

SDL_Window * window = nullptr
 
SDL_GPUDevice * device = nullptr
 
SDL_GPURenderPass * projectPass = nullptr
 
SDL_GPUTexture * projectTexture = nullptr
 
SDL_GPUTexture * resolveTexture = nullptr
 
SDL_GPUSampler * projectSampler = nullptr
 
SDL_GPUSampleCount sampleCount = SDL_GPU_SAMPLECOUNT_1
 
float resolutionScale = 1.0f
 
int width = 1280
 
int height = 720
 

Member Data Documentation

◆ device

SDL_GPUDevice* Core::RenderData::device = nullptr

◆ height

int Core::RenderData::height = 720

◆ projectPass

SDL_GPURenderPass* Core::RenderData::projectPass = nullptr

◆ projectSampler

SDL_GPUSampler* Core::RenderData::projectSampler = nullptr

◆ projectTexture

SDL_GPUTexture* Core::RenderData::projectTexture = nullptr

◆ resolutionScale

float Core::RenderData::resolutionScale = 1.0f

◆ resolveTexture

SDL_GPUTexture* Core::RenderData::resolveTexture = nullptr

◆ sampleCount

SDL_GPUSampleCount Core::RenderData::sampleCount = SDL_GPU_SAMPLECOUNT_1

◆ width

int Core::RenderData::width = 1280

◆ window

SDL_Window* Core::RenderData::window = nullptr

The documentation for this struct was generated from the following file: