Class: RTResourceConfig
Properties
- colorBufferTex_NAME
- positionBufferTex_NAME
- normalBufferTex_NAME
- materialBufferTex_NAME
- zBufferTexture_NAME
- zPreDepthTexture_NAME
- outTex_NAME
Constructors
Properties
colorBufferTex_NAME
▪ Static
colorBufferTex_NAME: string
= 'colorBufferTex'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:2
positionBufferTex_NAME
▪ Static
positionBufferTex_NAME: string
= 'positionBufferTex'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:3
normalBufferTex_NAME
▪ Static
normalBufferTex_NAME: string
= 'normalBufferTex'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:4
materialBufferTex_NAME
▪ Static
materialBufferTex_NAME: string
= 'materialBufferTex'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:5
zBufferTexture_NAME
▪ Static
zBufferTexture_NAME: string
= 'zBufferTexture'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:6
zPreDepthTexture_NAME
▪ Static
zPreDepthTexture_NAME: string
= 'zPreDepthTexture'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:7
outTex_NAME
▪ Static
outTex_NAME: string
= 'outTex'
Defined in
src/engine/gfx/renderJob/jobs/RTResourceConfig.ts:8
Constructors
constructor
• new RTResourceConfig()