Home
last modified time | relevance | path

Searched refs:CORE_MATERIAL_TEX_MATERIAL_IDX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_inplace_sampling_common.h102 return texture(uSampTextures[CORE_MATERIAL_TEX_MATERIAL_IDX], uv); in GetMaterialSample()
108 return texture(uSampTextures[CORE_MATERIAL_TEX_MATERIAL_IDX], uv); in GetMaterialSample()
H A D3d_dm_structures_common.h34 #define CORE_MATERIAL_TEX_MATERIAL_IDX 1 macro