Yuriy Grynevych

Results 3 issues of Yuriy Grynevych

## Context The type of `format` argument in [CreateTexture](https://pkg.odin-lang.org/vendor/sdl2/#CreateTexture) can be improved. ## Expected Behavior I think it should be defined following (note that `PixelFormatEnum` is already defined): ``` CreateTexture...

stale

## Context `odin report` output: Odin: dev-2024-07-nightly:fc2e31f OS: Windows 11 Home Basic (version: 23H2), build 22631.3880 CPU: AMD Ryzen 7 5700X 8-Core Processor RAM: 32688 MiB Backend: LLVM 18.1.8 ##...

bug
frontend

When i use multiple files, one file defines something that is marked as `@(private="file")` and it uses it freely and intellisense works fine. But this type is totally not visible...