Skip to content

PShader missing set() method for boolean #1991

Description

@AmnonOwed

There are many set() methods available in the PShader class for ints, floats and vectors. However a method such as the following to set a boolean inside a shader is missing:

set(java.lang.String name, boolean b)

(current workarkound: use an int instead)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions