Arun Tejasvi Chaganty
Arun Tejasvi Chaganty
For a game I'm building, I need to use two `sampler2D` textures in a shader (fragment shader code below); the TL;DR of this issue is a request for pointers on...
This commit removes a duplicate copy of `test_deserialize_with_mismatched_field_types`.
This commit extends support of dataclasses_json to dataclasses with fields annotated with Literal types. Literal types allow users to specify a list of valid values, e.g., ```python @dataclass class DataClassWithLiteral(DataClassJsonMixin):...