```set(value) { val pInt = when { ...
# hamburg
e
Copy code
set(value) {
        val pInt = when {
            value != null -> appBuffer.int.also { memPutInt(it, value) }
            else -> NULL
        }
        memPutAddress(adr + VkPipelineMultisampleStateCreateInfo.PSAMPLEMASK, pInt)
    }