v1.1.0 #239
sczerwinski
started this conversation in
General
v1.1.0
#239
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Boolean
uniform shader parameters(uniform value in shader is still an
Int
, with a value ofGL_TRUE
orGL_FALSE
):GlimpseAdapter.glUniform(Int, Boolean)
BaseProgramExecutor.glUniform(GlimpseAdapter, String, Boolean)
ProgramExecutor.dispose(GlimpseAdapter)
, disposing also referencedProgram
GlimpseView
:modifier
– the modifier to be applied to the layoutonClick
– called when the view has been clickedupdate
– the callback to be invoked after the layout is inflatedGlimpseView
function with separate functional parameters instead ofcallback
Vec3
andVec4
from Jetpack ComposeColor
Vec2.dot(Vec2)
Vec2.atan()
Mat3.toMat2()
Mat4.toMat2()
Vec2.fromPolarCoordinates(Float, Angle)
Vec2.nullVector
Vec2.unitX
Vec2.unitY
Changed
7.4.2
1.6.10
1.6.10-1.0.4
1.1.1
7.0.4
kotlinx-coroutines-android
to1.6.1-native-mt
androidx.appcompat:appcompat
to1.4.1
com.google.android.material:material
to1.5.0
androidx.annotation:annotation
to1.3.0
activity-compose
to1.4.0
kotlinpoet
to1.11.0
slf4j-api
to1.7.36
logback-core
to1.2.11
logback-classic
to1.2.11
mockk
to1.12.3
detekt-gradle-plugin
to1.19.0
org.jetbrains.changelog
to1.3.1
org.jetbrains.dokka
to1.6.20
Deprecated
ProgramExecutor.dispose()
without parametersRemoved
zOrderOnTop
fromGlimpseView
composable function.Call
zOrderOnTop = …
insideupdate
block instead.Fixed
toString()
for buffer data objectsThis discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions