candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
candlewick::Shader::Config Struct Reference

Shader configuration: number of uniforms, texture samplers, storage textures and storage buffers. More...

#include <candlewick/core/Shader.h>

Public Attributes

Uint32 uniform_buffers
 
Uint32 samplers
 
Uint32 storage_textures = 0
 
Uint32 storage_buffers = 0
 

Detailed Description

Shader configuration: number of uniforms, texture samplers, storage textures and storage buffers.

Member Data Documentation

◆ samplers

Uint32 candlewick::Shader::Config::samplers

◆ storage_buffers

Uint32 candlewick::Shader::Config::storage_buffers = 0

◆ storage_textures

Uint32 candlewick::Shader::Config::storage_textures = 0

◆ uniform_buffers

Uint32 candlewick::Shader::Config::uniform_buffers

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