Page MenuHome

PyAPI: GPU Shader: add state parameter to uniform sampler
AbandonedPublic

Authored by Germano Cavalcante (mano-wii) on Aug 30 2021, 10:14 PM.

Details

Summary

Without being able to define a state for a texture, the API is limited to
a single state which may not be desirable.

Diff Detail

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

Event Timeline

Germano Cavalcante (mano-wii) requested review of this revision.Aug 30 2021, 10:14 PM
Germano Cavalcante (mano-wii) created this revision.

This parameter is very useful for testing.
So it was committed in advance:
rB2aad8fc7bc2a: PyAPI: GPU Shader: add 'state' parameter to uniform sampler