Page MenuHome

PyDoc: indicate preferred way of creating shaders
ClosedPublic

Authored by Germano Cavalcante (mano-wii) on Apr 13 2022, 4:36 AM.

Details

Summary

Perhaps it is too early to change the documentation, as the new method may still undergo changes.

For the moment it might be better to keep the old example and add a link to the new preferred way.

But for now, this patch might be good for reference and discussion of changes.

Also it helps with tests.

Diff Detail

Repository
rB Blender
Branch
tmp (branched from master)
Build Status
Buildable 21616
Build 21616: arc lint + arc unit

Event Timeline

Germano Cavalcante (mano-wii) requested review of this revision.Apr 13 2022, 4:36 AM
Germano Cavalcante (mano-wii) created this revision.
  • Remove comments comparing old implementation (uniforms, attributes, outputs...)
  • autopep8 formatting
  • Cleanup: Style: use single quote for strings representing types in a C enum
This revision is now accepted and ready to land.Sep 1 2022, 11:13 AM