1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-26 11:28:22 +01:00
Diya-API/Diya/Uniform1i.class.st
2022-03-15 19:11:19 +01:00

15 lines
263 B
Smalltalk

Class {
#name : #Uniform1i,
#superclass : #OpenGLSLUniform,
#pools : [
'OpenGLConstants',
'OpenGLTypes'
],
#category : #'Diya-OpenGL'
}
{ #category : #accessing }
Uniform1i >> setUniformValue: value [
OpenGLSLUniform uniform1i: location value: value
]