Jump to content

core/shaders/default/common/fragment_base.h not found in 2.15-beta


photo

Recommended Posts

Posted

Hi,

While migrating custom materials from 2.6.1 to 2.15-beta some core shaders were not found :

  • core/shaders/default/common/vertex_base.h
  • core/shaders/default/common/fragment_base.h
  • core/shaders/common/common.h
  • core/shaders/common/fragment.h

Where can I find these shaders now in core.ung?

Thanks in advance

Posted

Hi Karim,

  • core/shaders/common/common.h
  • core/shaders/common/fragment.h

Are both replaced with "core/materials/shaders/render/common.h"

  • core/shaders/default/common/vertex_base.h
  • core/shaders/default/common/fragment_base.h

Are both removed from core in 2.15
It is better to rewrite shaders with new UUSL version.


You can check out sources for includes in <SDK>/<2.15>/data/core/materials/shaders.

Best regards, Kirill

  • Thanks 1
×
×
  • Create New...