Enum ResourceLayout
Layout of a resource This is important to determined whether a page alignment or simple alignemnt is necessary between two consecutive resources
						
				enum ResourceLayout
				 : int { ... }
						
					
				Enum members
| Name | Description | 
|---|---|
								linear
							 | 
							layout of buffers and linear images | 
								optimal
							 | 
							layout of optimal images | 
								unknown
							 | 
							layout is unknown |