Clarify color transfers for internal textures
PiperOrigin-RevId: 534869452
This commit is contained in:
parent
6469fffd8f
commit
b988cce62c
@ -29,8 +29,10 @@ uniform sampler2D uTexSampler;
|
|||||||
uniform mat4 uRgbMatrix;
|
uniform mat4 uRgbMatrix;
|
||||||
varying vec2 vTexSamplingCoord;
|
varying vec2 vTexSamplingCoord;
|
||||||
// C.java#ColorTransfer value.
|
// C.java#ColorTransfer value.
|
||||||
// Only COLOR_TRANSFER_LINEAR and COLOR_TRANSFER_SDR_VIDEO are allowed.
|
// Only COLOR_TRANSFER_SRGB and COLOR_TRANSFER_SDR_VIDEO are allowed.
|
||||||
uniform int uInputColorTransfer;
|
uniform int uInputColorTransfer;
|
||||||
|
// C.java#ColorTransfer value.
|
||||||
|
// Only COLOR_TRANSFER_LINEAR and COLOR_TRANSFER_SDR_VIDEO are allowed.
|
||||||
uniform int uOutputColorTransfer;
|
uniform int uOutputColorTransfer;
|
||||||
uniform int uEnableColorTransfer;
|
uniform int uEnableColorTransfer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user