Home
last modified time | relevance | path

Searched refs:CORE_MATERIAL_UNLIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_df.frag146 if (CORE_MATERIAL_TYPE == CORE_MATERIAL_UNLIT) {
H A Dcore3d_dm_fullscreen_deferred_shading.frag312 if (fd.materialType == CORE_MATERIAL_UNLIT) {
H A Dcore3d_dm_fw.frag348 if (CORE_MATERIAL_TYPE == CORE_MATERIAL_UNLIT) {
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_structures_common.h90 #define CORE_MATERIAL_UNLIT 2 macro