Переглянути джерело

Change comment about custom blend modes in rlgl.h (#2260)

pull/2263/head
Gerber Lóránt Viktor 3 роки тому
committed by GitHub
джерело
коміт
ba1e91b4d7
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Переглянути файл

@ -433,7 +433,7 @@ typedef enum {
RL_BLEND_MULTIPLIED, // Blend textures multiplying colors
RL_BLEND_ADD_COLORS, // Blend textures adding colors (alternative)
RL_BLEND_SUBTRACT_COLORS, // Blend textures subtracting colors (alternative)
RL_BLEND_CUSTOM // Belnd textures using custom src/dst factors (use SetBlendModeCustom())
RL_BLEND_CUSTOM // Blend textures using custom src/dst factors (use rlSetBlendFactors())
} rlBlendMode;
// Shader location point type

Завантаження…
Відмінити
Зберегти