Diligent Engine  v.2.4.g
Functions | Variables
GenerateMipsCS_inc.h File Reference

Go to the source code of this file.

Functions

n n void StoreColor (uint Index, vec4 Color)\n" "
 
n n vec4 LoadColor (uint Index)\n" "
 
n n float LinearToSRGB (float x)\n" "
 

Variables

int NumMipLevels
 
int FirstArraySlice
 
n int Dummy
 
n vec2 TexelSize
 
n n shared float gs_R [64]
 
n shared float gs_G [64]
 
n shared float gs_B [64]
 
n shared float gs_A [64]
 

Function Documentation

◆ LinearToSRGB()

n n float LinearToSRGB ( float  x)

◆ LoadColor()

n n vec4 LoadColor ( uint  Index)

◆ StoreColor()

n n void StoreColor ( uint  Index,
vec4  Color 
)

Variable Documentation

◆ Dummy

n int Dummy

◆ FirstArraySlice

int FirstArraySlice

◆ gs_A

n shared float gs_A[64]

◆ gs_B

n shared float gs_B[64]

◆ gs_G

n shared float gs_G[64]

◆ gs_R

n n shared float gs_R[64]

◆ NumMipLevels

int NumMipLevels

◆ TexelSize

n vec2 TexelSize