Esempio n. 1
0
 public static extern InteropBool ResourceFactory_CreateSRVToRawBuffer(
     IntPtr failReason,
     DeviceHandle deviceHandle,
     BufferResourceHandle bufferHandle,
     uint firstElement,
     uint numElements,
     IntPtr outSRVHandle
     );
Esempio n. 2
0
 public static extern InteropBool ResourceFactory_CreateUAVToRawBuffer(
     IntPtr failReason,
     DeviceHandle deviceHandle,
     BufferResourceHandle bufferHandle,
     uint firstElement,
     uint numElements,
     InteropBool appendConsume,
     InteropBool includeCounter,
     IntPtr outUAVHandle
     );