Beispiel #1
0
        /// <summary>
        ///
        /// </summary>
        internal static unsafe PhysicalDeviceASTCDecodeFeatures MarshalFrom(SharpVk.Interop.Multivendor.PhysicalDeviceASTCDecodeFeatures *pointer)
        {
            PhysicalDeviceASTCDecodeFeatures result = default(PhysicalDeviceASTCDecodeFeatures);

            result.DecodeModeSharedExponent = pointer->DecodeModeSharedExponent;
            return(result);
        }
Beispiel #2
0
 /// <summary>
 ///
 /// </summary>
 internal unsafe void MarshalTo(SharpVk.Interop.Multivendor.PhysicalDeviceASTCDecodeFeatures *pointer)
 {
     pointer->SType = StructureType.PhysicalDeviceAstcDecodeFeatures;
     pointer->Next  = null;
     pointer->DecodeModeSharedExponent = this.DecodeModeSharedExponent;
 }