public void SetSamplePositions([NativeTypeName("UINT")] uint NumSamplesPerPixel, [NativeTypeName("UINT")] uint NumPixels, [NativeTypeName("D3D12_SAMPLE_POSITION *")] D3D12_SAMPLE_POSITION *pSamplePositions) { ((delegate * unmanaged <ID3D12GraphicsCommandList4 *, uint, uint, D3D12_SAMPLE_POSITION *, void>)(lpVtbl[63]))((ID3D12GraphicsCommandList4 *)Unsafe.AsPointer(ref this), NumSamplesPerPixel, NumPixels, pSamplePositions); }
public void SetSamplePositions(uint NumSamplesPerPixel, uint NumPixels, D3D12_SAMPLE_POSITION *pSamplePositions) { ((delegate * unmanaged <ID3D12GraphicsCommandList2 *, uint, uint, D3D12_SAMPLE_POSITION *, void>)(lpVtbl[63]))((ID3D12GraphicsCommandList2 *)Unsafe.AsPointer(ref this), NumSamplesPerPixel, NumPixels, pSamplePositions); }