From 770a55fb9a2f31238cdbc32b4483c5fad75db78d Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 14 Oct 2021 20:56:48 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd/shape.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 153b12500..9786ad0bd 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -294,7 +294,10 @@ The Adapter API performs a specific job of letting SimdSignal know the relationship between the supported "configuration" options that a SimdSignal must have, and the actual PartitionPoints bits that must be set or cleared *in order* to have the SimdSignal -cut itself into the required sub-sections. +cut itself into the required sub-sections. This information +comes *from* SimdShape but the adapter is not part *of* SimdShape +because there can be more than one type of Adapter Mode, depending +on SimdShape input parameters. class PartType: # TODO decide name def __init__(self, psig): -- 2.30.2