Files
cool-source-archive/materialsystem/stdshadersdx11/common_cbuffers_def_fxc.h
Totterynine 2773eae4d7 shaderapidx11
use -dxlevel 110 to use it
2021-09-22 18:56:56 +05:00

13 lines
364 B
C

#ifndef COMMON_CBUFFERS_DEF_H_
#define COMMON_CBUFFERS_DEF_H_
// Convenience include if you need all the internal cbuffers
#include "common_cbuffers_fxc.h"
CBUFFER_PERMODEL( INTERNAL_CBUFFER_REG_0 )
CBUFFER_PERFRAME( INTERNAL_CBUFFER_REG_1 )
CBUFFER_PERSCENE( INTERNAL_CBUFFER_REG_2 )
CBUFFER_SKINNING( INTERNAL_CBUFFER_REG_3 )
#endif // COMMON_CBUFFERS_DEF_H_